{"id":19273631,"url":"https://github.com/zikwall/hello-rust","last_synced_at":"2025-10-18T01:10:26.146Z","repository":{"id":104958269,"uuid":"243243471","full_name":"zikwall/hello-rust","owner":"zikwall","description":"First aka Hello Rust experience","archived":false,"fork":false,"pushed_at":"2020-03-11T12:54:31.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T20:44:00.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zikwall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-26T11:11:44.000Z","updated_at":"2020-09-29T16:31:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"6430602f-aef6-4997-8843-e18e2969d99d","html_url":"https://github.com/zikwall/hello-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zikwall/hello-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zikwall%2Fhello-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zikwall%2Fhello-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zikwall%2Fhello-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zikwall%2Fhello-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zikwall","download_url":"https://codeload.github.com/zikwall/hello-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zikwall%2Fhello-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279446436,"owners_count":26171738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T20:43:41.574Z","updated_at":"2025-10-18T01:10:26.114Z","avatar_url":"https://github.com/zikwall.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eHello Rust\u003c/h1\u003e\n  \u003ch4\u003eBegin!\u003c/h4\u003e\n  \u003ch5\u003eFirst aka Hello Rust experience\u003c/h5\u003e\n\u003c/div\u003e\n\n### Rust not installed?\n\n1. `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`\n2. `export PATH=$HOME/.cargo/bin:$PATH` or add `bashrc`, `*_profile`\n3. `source ~/.bashrc`\n\n#### Not help? This still is broken in Linux.\n\n- [x] when you edit the .profile you should be putting.\n\n```shell script\n\nif [ -d \"$HOME/.cargo/bin\" ] ; then\n\tPATH=\"$HOME/.cargo/bin:$PATH\"\nfi\n\n```\n- [x] You should run the following as the very last thing the main() function does.\n\n```shell script\n\n$(source ~/.profile)    \n# or \n# exec source $HOME/.profile\nexit\n\n```\n\n3. `rustc --version` =\u003e `rustc 1.41.0 (5e1a79984 2020-01-27)`\n\n### Run Hello\n\n1. `rustc hello.rs --out-dir builds/`\n2. `cd builds/ \u0026\u0026 ./hello`\n3. Happy ^_^\n4. But this is not serious, soon it will be so...\n\n### Run Hello Actix\n\n1. `cargo run`\n2. visit `localhost:8088` and `localhost:8088/again`\n3. `cargo build --target-dir ../builds/ --release`\n4. `cd builds/release  \u0026\u0026 ./hello_actix`\n\n### Guess Game\n\n1. `cd guessing_game/ \u0026\u0026 cargo run`\n2. Good luck\n\n### How IDE use?\n\nYou can use the IntellIJ family IDEs such as PyCharm, GoLand, PHPStorm \u0026 etc. \nJust install the appropriate plugin for Rust, and you can also install a special color plugin:\n\nIntelliJ Rust: `https://intellij-rust.github.io/docs/quick-start.html`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzikwall%2Fhello-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzikwall%2Fhello-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzikwall%2Fhello-rust/lists"}