A thread of learning materials for various aspects of #Rust (1/x):
[the rust programming language](https://doc.rust-lang.org/book/title-page.html)
[rustlings](https://github.com/rust-lang/rustlings)
[exercism](https://exercism.org/tracks/rust)
[easy rust](https://dhghomon.github.io/easy_rust/Chapter_1.html)
[effective rust](https://www.lurklurk.org/effective-rust/intro.html)
[the cargo book](https://doc.rust-lang.org/cargo/index.html)
[the rustup book](https://rust-lang.github.io/rustup/)
[the rust reference](https://doc.rust-lang.org/stable/reference/)
[rust by example](https://doc.rust-lang.org/stable/rust-by-example/)