{"id":25763509,"url":"https://github.com/krondorl/rust-learning-notes","last_synced_at":"2026-06-10T04:31:27.244Z","repository":{"id":91038940,"uuid":"597847383","full_name":"krondorl/rust-learning-notes","owner":"krondorl","description":"Notes for learning the Rust language","archived":false,"fork":false,"pushed_at":"2023-12-20T12:09:46.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T20:17:16.234Z","etag":null,"topics":["learning","learning-notes","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/krondorl.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2023-02-05T20:08:27.000Z","updated_at":"2023-12-21T21:03:44.000Z","dependencies_parsed_at":"2023-07-07T07:16:02.611Z","dependency_job_id":null,"html_url":"https://github.com/krondorl/rust-learning-notes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/krondorl/rust-learning-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krondorl%2Frust-learning-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krondorl%2Frust-learning-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krondorl%2Frust-learning-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krondorl%2Frust-learning-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/krondorl","download_url":"https://codeload.github.com/krondorl/rust-learning-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/krondorl%2Frust-learning-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34137570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["learning","learning-notes","rust","rust-lang"],"created_at":"2025-02-26T20:17:17.567Z","updated_at":"2026-06-10T04:31:27.230Z","avatar_url":"https://github.com/krondorl.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Learning Notes\n\n![Rusty texture](img/iron-texture-background-2.jpg)\n\n## Motivation\n\nOn 3rd February 2023, I got a big inspiration to learn Rust thanks for this [Syntax.fm interview with Tim McNamara](https://syntax.fm/show/571/supper-club-rust-in-action-with-tim-mcnamara).\n\n## About Me\n\nI started programming in 1996 as a kid, learning Pascal, Assembly and C. I created the website of my elementary school in 1998.\n\nI have been working professionally since 2007 as a front-end developer. My usual stack at the moment (2023) is TypeScript, JavaScript, Angular and React with some HTML5, CSS3 and SCSS coding. Sometimes I code backend in Node.js.\n\n## Setting Up Development Environment\n\n![VS Code - Rust development environment](img/vs-code-rust.png)\n\n[Guide for using Rust in VS Code](https://code.visualstudio.com/docs/languages/rust).\n\n## Rust by Example\n\nA very practical learning resource is [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/), which features runnables, examples and ideas.\n\n## Topics\n\nWatch Tim's short introductory video: [Rust Linz, June 2021 - Tim McNamara - How to learn Rust](https://www.youtube.com/watch?v=sDtQaO5_SOw).\n\n\u003e When starting to learn Rust, focus on structs, vectors, iteration, Result and Option.\n\nRecommended subjects:\n\n- [Structures (structs)](https://doc.rust-lang.org/rust-by-example/custom_types/structs.html)\n- [Vectors](https://doc.rust-lang.org/rust-by-example/std/vec.html)\n- [Iteration](https://doc.rust-lang.org/rust-by-example/flow_control/for.html)\n- [Result](https://doc.rust-lang.org/rust-by-example/error/result.html)\n- [Option](https://doc.rust-lang.org/std/option/index.html)\n\n## Beginner Resources\n\n- [Tour of Rust](https://tourofrust.com/index.html)\n- [Easy Rust](https://dhghomon.github.io/easy_rust/)\n\n## Youtube channels\n\n- [Let's Get Rusty](https://www.youtube.com/@letsgetrusty)\n- [No Boilerplate](https://www.youtube.com/@NoBoilerplate)\n- [Code to the Moon](https://www.youtube.com/@codetothemoon)\n\n## Books\n\n- The Rust Programming Language\n  - [free online version](https://doc.rust-lang.org/book/)\n  - [paid book and ebook](https://nostarch.com/rust-programming-language-2nd-edition)\n- Rust in Action\n  - [publisher's book page](https://www.manning.com/books/rust-in-action)\n  - [Amazon profile page](https://www.amazon.com/Rust-Action-TS-McNamara/dp/1617294551)\n\n## Paid Courses\n\n- [Ultimate Rust Crash Course](https://www.udemy.com/course/ultimate-rust-crash-course/)\n- [Rust for TypeScript Developers](https://frontendmasters.com/courses/rust-ts-devs/)\n- [The Rust Programming Language](https://frontendmasters.com/courses/rust/)\n\n## Free Courses\n\n- [Take your first steps with Rust](https://learn.microsoft.com/en-us/training/paths/rust-first-steps/)\n- [Beginner's Series to Rust](https://learn.microsoft.com/en-us/shows/beginners-series-to-rust/)\n- [Comprehensive Rust](https://google.github.io/comprehensive-rust/welcome.html)\n\n## Macros\n\n- [Macros in Rust: A tutorial with examples](https://blog.logrocket.com/macros-in-rust-a-tutorial-with-examples/)\n- [How I Learned to Stop Worrying and Love Macros](https://zdimension.fr/how-i-learned-to-stop-worrying-and-love-macros/)\n- [A Beginner’s Guide to Rust Macros](https://medium.com/@phoomparin/a-beginners-guide-to-rust-macros-5c75594498f1)\n\n## License\n\nPlease see the description in [LICENSE](LICENSE).\n\n## Picture credit\n\n[Rusty Metal Vectors by Vecteezy.](https://www.vecteezy.com/free-vector/rusty-metal)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrondorl%2Frust-learning-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrondorl%2Frust-learning-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrondorl%2Frust-learning-notes/lists"}