This is just a bin to drop links, snippets and other things for personal future reference.
$ rustup component add rustfmt
$ rustup component add clippy
Rust has a Rust Compiler Error Index to help understand anything it throws back at you at compile-time.
- Rust Programming Language; the official book/guide
- Rust by Example
- API Guidelines
- rustlings; small exercises to get the gist of Rust
- Tour of Rust basic, step-by-step guide
- Command line apps in Rust
- Rust Cookbook
- Intro to Rust | COM209 teaches the basics of Rust and build a simple App.
🀄