An open API service indexing awesome lists of open source software.

https://github.com/bhrutledge/rust-exercises

Learning Rust
https://github.com/bhrutledge/rust-exercises

Last synced: 10 months ago
JSON representation

Learning Rust

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)