Rust 🦀
fn main() {
println!("Hello, world!");
}
Books
- The Rust Performance Book
- Rust Design Patterns.
- Rust Atomics and Locks.
- Effective Rust.
- The Nom Book
- Parsing Bits with Nom
Courses
- Comprehensive Rust: by Google.
Cargo
- Find templates at GitHub to use with cargo generate.
Crates
- Itertools: Iterator extensions.
- Color Eyre: colored error handling.
- Candle: Machine Learning.