Programming
Jump to navigation
Jump to search
Rust
Books
Ebooks (Freely available)
- https://doc.rust-lang.org/book/ -- The Rust Programming Language
- https://doc.rust-lang.org/stable/rust-by-example/index.html -- Rust By Example
- https://rust-cli.github.io/book/index.html -- Command Line Applications in Rust
- https://nnethercote.github.io/perf-book/title-page.html -- The Rust Performance Book
- https://rust-lang-nursery.github.io/rust-cookbook/intro.html -- Rust Cookbook
- https://rust-lang.github.io/api-guidelines/about.html -- Rust API Guidelines
Interesting Crates
- https://github.com/emilk/egui -- egui -- "an easy-to-use immediate mode GUI in Rust that runs on both web and native"