If you enjoyed this book, you may be interested in these other books by Packt:
Hands-On Concurrency with Rust
Brian L. Troutwine
ISBN: 978-1-78839-997-5
- Probe your programs for performance and accuracy issues
- Create your own threading and multi-processing environment in Rust
- Use coarse locks from Rust’s Standard library
- Solve common synchronization problems or avoid synchronization using atomic programming
- Build lock-free/wait-free structures in Rust and understand their implementations in the crates ecosystem
Rust Quick Start Guide
Daniel Arbuckle
ISBN: 978-1-78961-670-5
- Install Rust and write your first program with it
- Understand ownership in Rust
- Handle different data types
- Make decisions by pattern matching
- Use smart pointers
- Use generic types and type specialization
- Write code that works with many data types
- Tap into the standard library...