Check out Lily Mara's book π Refactoring to Rust | http://mng.bz/nMnK π To save 40% off this book β DISCOUNT CODE: twitmara40 β Building a chat server is a great way to learn the Tokio library because a chat server forces you to think about concurrent IO, which is the core purpose of Tokio. Lily demonstrates how you can spawn background tasks to manage independent network streams, and use tokio::select! to concurrently poll tasks which require a shared state. The lessons learned here can be applied generally to all kinds of asynchronous coding challenges in Rust.
πππ
Refactoring to Rust | http://mng.bz/nMnK
To save 40% off this book use discount code: twitmara40
πππ
"Refactoring to Rust" teaches you how to take advantage of Rustβs easy-to-use interoperating mechanisms. Learn practical code-mixing techniques like embedding Rust libraries into apps written in other languages. This practical guide emphasizes techniques for incrementally refactoring performance-critical code to Rust while keeping the rest of your application in its original language.
Youβll augment programs with Rust hands-on with approachable examples like solving FizzBuzz with Rustβs pattern matching and gaining enormous runtime speedups to Python code. When youβre done, youβll have mastered techniques for building Rust plugins you can apply to all kinds of existing software, from games to data tools.