https://github.com/bhrutledge/rust-exercises
Learning Rust
https://github.com/bhrutledge/rust-exercises
Last synced: 10 months ago
JSON representation
Learning Rust
- Host: GitHub
- URL: https://github.com/bhrutledge/rust-exercises
- Owner: bhrutledge
- Created: 2018-08-10T15:09:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T22:58:38.000Z (almost 8 years ago)
- Last Synced: 2025-07-20T15:40:03.429Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-exercises
Feeling an urge to learn a new programming language, I decided to try Rust.
## Learning materials
- [ ] [Rust Book](https://doc.rust-lang.org/book/2018-edition/index.html)
- [ ] [ctjhoa/rust-learning: A bunch of links to blog posts, articles, videos, etc for learning Rust](https://github.com/ctjhoa/rust-learning)
- [ ] [rochacbruno/py2rs: A quick reference guide for the Pythonista in the process of becoming a Rustacean](https://github.com/rochacbruno/py2rs)
## Reference
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/)
- [Rust standard library](https://doc.rust-lang.org/std/index.html)
- [The Cargo Book](https://doc.rust-lang.org/cargo/index.html)
- [Crates.io: packages for Rust](https://crates.io/)
- [Docs.rs: Crate documentation](https://docs.rs/)
- [rust-unofficial/awesome-rust: A curated list of Rust code and resources.](https://github.com/rust-unofficial/awesome-rust)
## Tools
- [ ] [Rust plugin for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust)