Rust Bookmarks
Data libraries
- rkyv: zero-copy serialization
- CRDT (Conflict-free Replicated Data Types)
Testing
- Cargo-mutants: mutation testing to find bugs
- criterion.rs microbenchmarking tool
Full stack
- Leptos
- leptos_i18n
- Rust on Nails: inspired on ruby on rails
IDE
- Bacon-ls: language server for better error and lints
- rustaceanvim
- Rust-owl: visualize ownership and lifetimes