{"id":22880171,"url":"https://github.com/codedwells/ways-of-rustaceans","last_synced_at":"2025-03-31T15:33:26.179Z","repository":{"id":109210258,"uuid":"597871530","full_name":"Codedwells/Ways-Of-Rustaceans","owner":"Codedwells","description":"Learn Rust from a complete begginers perspective. Curated for any aspiring Rustacean.","archived":false,"fork":false,"pushed_at":"2023-10-30T20:17:38.000Z","size":6665,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T21:14:44.944Z","etag":null,"topics":["learning-by-doing","rust","rust-lang"],"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/Codedwells.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}},"created_at":"2023-02-05T21:47:25.000Z","updated_at":"2023-07-18T09:22:14.000Z","dependencies_parsed_at":"2023-10-30T21:27:57.277Z","dependency_job_id":null,"html_url":"https://github.com/Codedwells/Ways-Of-Rustaceans","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/Codedwells%2FWays-Of-Rustaceans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codedwells%2FWays-Of-Rustaceans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codedwells%2FWays-Of-Rustaceans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codedwells%2FWays-Of-Rustaceans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codedwells","download_url":"https://codeload.github.com/Codedwells/Ways-Of-Rustaceans/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246489749,"owners_count":20785907,"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":["learning-by-doing","rust","rust-lang"],"created_at":"2024-12-13T17:16:40.424Z","updated_at":"2025-03-31T15:33:26.158Z","avatar_url":"https://github.com/Codedwells.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Book\nThe Rust lang book in code. All curated from the [Let's Get Rusty channel]('https://www.youtube.com/watch?v=OX9HJsJUDxA\u0026list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8\u0026index=1)\n\n## **1. Hello Universe**\n[Here](1_hello_universe/) we write our first Welcome me universe code.\\\n=\u003e [main.rs](1_hello_universe/main.rs)\n```rs\n    fn main() {\n        println!(\"Welcome me Universe!!!\")\n    }\n```\n\n### **Cargo**\nIn rust we have cargo an equal of npm in the Rust Universe.\\\n**Cargo.lock** being an equivalent of **package.lock.json**\\\n**Cargo.toml** being an equivalent of **package.json**\n\nTo init a **new cargo project** you need to install Rust and Cargo then run this code in your terminal of choice.\\\n``cargo new \u003cname_of_project\u003e ``\\\nTo compile this Cargo project we would use, while in the directory of your project.\\\n``cargo build`` Will build out your project.\n``cargo run`` Will build and run the project in one step.\\\n``cargo check`` Will check your file for errors without producing an executable.\n\n## **2. Guessing game in Rust**\nIn this  we made a guessing game in about 40 lines of Rust.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedwells%2Fways-of-rustaceans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedwells%2Fways-of-rustaceans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedwells%2Fways-of-rustaceans/lists"}