{"id":16882419,"url":"https://github.com/matthutchinson/learning-rust","last_synced_at":"2025-03-20T04:34:04.015Z","repository":{"id":66703024,"uuid":"145554362","full_name":"matthutchinson/learning-rust","owner":"matthutchinson","description":"Working code examples from The Rust Programming Language, an introductory book about Rust","archived":false,"fork":false,"pushed_at":"2021-02-09T10:00:39.000Z","size":484,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-25T06:11:55.086Z","etag":null,"topics":["code-examples","learning-by-doing","rust","rust-book","rust-language"],"latest_commit_sha":null,"homepage":"https://doc.rust-lang.org/stable/book/","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/matthutchinson.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":"2018-08-21T11:26:53.000Z","updated_at":"2023-06-12T21:56:40.000Z","dependencies_parsed_at":"2023-03-08T00:16:34.019Z","dependency_job_id":null,"html_url":"https://github.com/matthutchinson/learning-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthutchinson%2Flearning-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthutchinson%2Flearning-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthutchinson%2Flearning-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matthutchinson%2Flearning-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matthutchinson","download_url":"https://codeload.github.com/matthutchinson/learning-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244553530,"owners_count":20471171,"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","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":["code-examples","learning-by-doing","rust","rust-book","rust-language"],"created_at":"2024-10-13T16:07:11.769Z","updated_at":"2025-03-20T04:34:03.990Z","avatar_url":"https://github.com/matthutchinson.png","language":"Rust","readme":"# Learning [Rust](https://www.rust-lang.org/en-US/)\n\nWorking code examples from [The Rust Programming\nLanguage](https://doc.rust-lang.org/stable/book/), an introductory book about\nRust.\n\nRather than organise code examples into chapters, the folder names should\ngive some clue for each topic.\n\nInstall Rust with:\n\n    curl https://sh.rustup.rs -sSf | sh\n    # update rust with\n    rustup update\n\nCompile or test code with:\n\n    cargo build\n    cargo test\n\nCreate new [Cargo](https://crates.io) crates with:\n\n    cargo new {some_name}\n    # or library crates with\n    cargo new {some_lib} --lib\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthutchinson%2Flearning-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatthutchinson%2Flearning-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatthutchinson%2Flearning-rust/lists"}