If you enjoyed this book, you may be interested in these other books by Packt:
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 TCP that talks to a client over a network
- Parse JSON and binary data using parser combinators such as nom
- Write an HTTP client that talks to the server using reqwest
- Modify an existing Rust HTTTP server and add SSL to it
- Master asynchronous programming support in Rust
- Use external packages in a Rust project
Rust High Performance
Iban Eguia Moraza
ISBN: 978-1-78839-948-7
- Master tips and tricks to make your code faster
- Learn how to identify bottlenecks in your Rust applications
- Discover how to profile your Rust software
- Understand the type system to create compile-time optimizations
- Master...