If you enjoyed this book, you may be interested in these other books by Packt:
Hands-On Data Structures and Algorithms with Rust
Claus Matzinger
ISBN: 978-1-78899-552-8
- Design and implement complex data structures in Rust
- Analyze, implement, and improve searching and sorting algorithms in Rust
- Create and use well-tested and reusable components with Rust
- Understand the basics of multithreaded programming and advanced algorithm design
- Become familiar with application profiling based on benchmarking and testing
- Explore the borrowing complexity of implementing algorithms
Mastering Rust - Second Edition
Rahul Sharma, Vesa Kaihlavirta
ISBN: 978-1-78934-657-2
- Write generic and type-safe code by using Rust’s powerful type system
- How memory safety works without garbage collection
- Know the different strategies in error handling and when to use them ...