Rust 🦀
fn main() {
println!("Hello, world!");
}
Books
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.