Rust Programming Language …
Official web site: https://www.rust-lang.org/, https://github.com/rust-lang
Awesome rust:
https://github.com/rust-unofficial/awesome-rust
https://github.com/awesome-rust-com/awesome-rust https://awesome-rust.com/
Rust Books:
https://github.com/RustStudy/RustBooksChina
Rust News:
https://www.yuque.com/chaosbot/rustnews
Learning Rust:
https://github.com/developer-learning/learning-rust
Crates.io:
https://crates.io/
Docs.rs:
https://docs.rs/
Book repos:
https://github.com/rustcc/RustPrimer
https://github.com/rustcc/rust-by-example
Cheat Sheet:
https://cheats.rs/
Install Rust:
https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Update Rust:
$ rustup update stable
Show Rust docs:
$ rustup doc [--book]