If you enjoyed this book, you may be interested in these other books by Packt:
Learning Rust
Paul Johnson, Vesa KaihlavirtaÂ
ISBN: 978-1-78588-430-6
- Set up Rust for Windows, Linux, and OS X
- Write effective code using Rust
- Expand your Rust applications using libraries
- Interface existing non-Rust libraries with your Rust applications
- Use the standard library within your applications
- Understand memory management within Rust and speed efficiency when passing variables
- Create more complex data types
- Study concurrency in Rust with multi-threaded applications and sync threading techniques to improve the performance of an application problem
Mastering Rust
Vesa KaihlavirtaÂ
ISBN: 978-1-78588-530-3
- Implement unit testing patterns with the standard Rust tools
- Get to know the different philosophies of error handling and how to use them wisely...