Description
Book SynopsisGo beyond the basics and build complete applications using the Rust programming language, updated for Rust 2021 edition. The applications you''ll build over the course of this book include a high-performance web client, an embedded computer (for a robot, for example), a game, a serverless web app, and an application that incorporates AI and machine learning.
Each chapter is organized in the following format: what the kind of should application look like; requirements and user stories of our example program; an introduction to the Rust libraries used; the actual implementation of the example program, including common pitfalls and their solutions; and a brief comparison of libraries for building each application, if there is no clear preference.
Practical Rust Projects, Second Edition will open your eyes to how Rust can be put to practical, real-world use. After reading this book, you will be able to use Rust to build a var
Table of Contents
1. Welcome to the World of Rust2. Building a Command-Line Program3. Creating Graphical User Interfaces (GUIs)4. High-performance Web Frontend using WebAssembly5. Building REST APIs6. Going Serverless with Amazon AWS Rust SDK7. Building a Game8. Physical Computing in Rust9. Artificial Intelligence and Machine Learning10. What else can you do with Rust?
---------------------------------------------------------
1. Welcome to the World of Rust
* Add a note on what's changed in the 2nd edition. * Add a note on Rust 2021
2. Building a Command-Line Program
3. Creating Graphical User Interfaces (GUIs) * Upgrade to GTK 4?
4. High-performance Web Frontend using WebAssembly
5. Building REST APIs 6. 6. Going Serverless with Amazon AWS Rust SDK
* Using the new AWS SDK for Rust and Rust runtime for AWS Lambda
7. Building a Game * Use a different game engine because the one used in the 1st edition seized development
8. Physical Computing in Rust
* Maybe add a section on using WebAssembly on RPi9. Artificial Intelligence and Machine Learning
* Maybe add a section on deep learning
10. What else can you do with Rust? * Remove the web part that is included in 2nd edition