{"id":15921824,"url":"https://github.com/mloning/first-steps-in-rust","last_synced_at":"2026-02-15T08:33:19.239Z","repository":{"id":130571780,"uuid":"548353939","full_name":"mloning/first-steps-in-rust","owner":"mloning","description":"My first step using the Rust programming language","archived":false,"fork":false,"pushed_at":"2022-10-30T13:44:28.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T17:49:37.123Z","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/mloning.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":"2022-10-09T11:54:33.000Z","updated_at":"2023-03-15T17:18:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"2766e22f-b956-4aa6-be58-d06d873b0d67","html_url":"https://github.com/mloning/first-steps-in-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mloning/first-steps-in-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloning%2Ffirst-steps-in-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloning%2Ffirst-steps-in-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloning%2Ffirst-steps-in-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloning%2Ffirst-steps-in-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mloning","download_url":"https://codeload.github.com/mloning/first-steps-in-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mloning%2Ffirst-steps-in-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29473718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-06T20:02:23.232Z","updated_at":"2026-02-15T08:33:19.224Z","avatar_url":"https://github.com/mloning.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# First steps in Rust\n\nMy solutions for the tutorials in the [Rust Book](https://doc.rust-lang.org/book/).\n\n## Tutorials\n\n* [guessing game](https://doc.rust-lang.org/book/ch02-00-guessing-game-tutorial.html)\n* [minigrep](https://doc.rust-lang.org/book/ch12-00-an-io-project.html)\n* [webserver](https://doc.rust-lang.org/book/ch20-00-final-project-a-web-server.html)\n\n## Dev workflow\n\nSet up a new project:\n\n```bash\ncargo new \u003cproject-name\u003e \n```\n\nCompile and run a project:\n\n```bash\ncargo run\n```\n\nRun unit tests:\n\n```bash\ncargo test\n```\n\nGenerate and open docs:\n\n```bash\ncargo doc --open\n```\n\n## Extra resources\n\n* [A half-hour to learn Rust](https://fasterthanli.me/articles/a-half-hour-to-learn-rust)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmloning%2Ffirst-steps-in-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmloning%2Ffirst-steps-in-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmloning%2Ffirst-steps-in-rust/lists"}