If you enjoyed this book, you may be interested in these other books by Packt:
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
Network Programming with Rust
Abhishek Chanda
ISBN: 978-1-78862-489-3
- Appreciate why networking is important in implementing distributed systems
- Write a non-asynchronous echo server over...