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
Libs
- anyhow - Easier error handling
- bacon - Background code checker
- loco
- miette - Pretty errors
- thiserror - Easier error handling
Testing
- cargo-nextest - Test runner
- quickcheck - Property-based testing
- proptest - Property-based testing
- kani - Verify unsafe code
- watchexec - Run commands on file changes