Appendix 1. Other Books You May Enjoy
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 of integrating Rust units into existing applications to make them more efficient
- Achieve better parallelism, security, and performance
- Explore ways to package your Rust application and ship it for deployment in a production environment
- Discover how to build web applications and services using Rust to provide high-performance to the end user