Rust
Created at
||Updated at
Learn
- Official resources
- A half hour to learn Rust
- Rustlings
- Rust std docs
- Cheat sheet
- Easy Rust
- How to learn modern Rust
- Blessed
- Comprehensive Rust
- High Assurance Rust
- Rust for professionals
- Oort
- Rust Forge
- The Rustonomicon
- The Rust Performance Book
- 100 Exercises to learn Rust
Frameworks
Testing
- cargo-nextest
- quickcheck - Property-based testing
- proptest - Property-based testing
- kani - Verify unsafe code
Dev setup
- cargo-watch - Auto-recompile on file changes