{"id":15797459,"url":"https://github.com/james-see/me-learn-rust","last_synced_at":"2025-03-31T19:44:35.966Z","repository":{"id":71861071,"uuid":"87854624","full_name":"james-see/me-learn-rust","owner":"james-see","description":"Learning Rust my way","archived":false,"fork":false,"pushed_at":"2017-11-27T12:18:00.000Z","size":45949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-12T00:32:20.872Z","etag":null,"topics":["getting-started","rust","rustlang","tutorial","tutorial-code"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/james-see.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-04-10T20:28:09.000Z","updated_at":"2017-04-10T20:55:26.000Z","dependencies_parsed_at":"2023-06-13T14:00:12.477Z","dependency_job_id":null,"html_url":"https://github.com/james-see/me-learn-rust","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"5e4a6bff83cde02ffdf166b0d9ae8417bcbcc704"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Fme-learn-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Fme-learn-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Fme-learn-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/james-see%2Fme-learn-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/james-see","download_url":"https://codeload.github.com/james-see/me-learn-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246531986,"owners_count":20792735,"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":["getting-started","rust","rustlang","tutorial","tutorial-code"],"created_at":"2024-10-05T00:08:36.526Z","updated_at":"2025-03-31T19:44:35.948Z","avatar_url":"https://github.com/james-see.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"``me learn rust learn me``\n=============\n*Learning Rust my way.*\n\nTHINGS TO REMEMBER NOT TO FORGET:\n\n1. Rust uses CARGO to manage builds and running Rust code. Do ``cargo init`` or ``cargo new --bin name_of_project`` for a new project that gets you started quickly and creates a Cargo.toml file. The nice thing is you can just run ``cargo run`` and it will auto-compile any changes.\n2. CRATES (https://crates.io) are the packages for Rust. You can search them and use them by added them to the dependencies line in Cargo.toml.\n\nEXAMPLES I WROTE:\n~~~~~~~~~~~~~~~~~\n1. hello_url - basic use case for urlparse and urljoin functionality in Rust (similar to python urllib.parse)\n2. hello_html - basic use case to parse html (get text, get links, etc.)\n3. hello_redis - basic use of redis as an example (connect)\n4. hello_curl - basic use of tokio curl and curl in rust to collect a web page\n5. guessing_game - keep guessing higher or lower to get number match correctly.\n6. functions - example of how to use functions\n7. loops - example of how to use loops with iter and without\n8. variables - example of how to declare and use variables\n9. FtoC - convert a random Fahrenheit temp to Celsius. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-see%2Fme-learn-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjames-see%2Fme-learn-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjames-see%2Fme-learn-rust/lists"}