If you enjoyed this book, you may be interested in these other books by Packt:
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
- Appreciate Rust's ability to solve memory allocation problems safely without garbage collection
- Get to know how concurrency works in Rust and use concurrency primitives such as threads and message passing
- Use syntax extensions and write your own
- Create a Web application with Rocket
- Use Diesel to build safe database abstractions
Rust Cookbook
Vigneshwer Dhinakaran
ISBN: 978-1-78588-025-4
- Understand system programming language problems and see how Rust provides unique solutions
- Get to know the core concepts of Rust to develop fast and safe applications
- Explore the possibility...