Book description
Go beyond the basics and build complete applications using the Rust programming language. The applications in this book include a high-performance web client, a microcontroller (for a robot, for example), a game, an app that runs on Android, and an application that incorporates AI and machine learning.
Each chapter will be organized in the following format: what this kind of application looks 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 winner.
Practical Rust Projects will open your eyes to the world of practical applications of Rust. After reading the book, you will be able to apply your Rust knowledge to build your own projects.
What You Will Learn
- Write Rust code that runs on microcontrollers
- Build a 2D game
- Create Rust-based mobile Android applications
- Use Rust to build AI and machine learning applications
Who This Book Is For
Someone with basic Rust knowledge, wishing to learn more about how to apply Rust in a real-world scenario.
Product information
- Title: Practical Rust Projects: Building Game, Physical Computing, and Machine Learning Applications
- Author(s):
- Release date: February 2020
- Publisher(s): Apress
- ISBN: 9781484255995
You might also like
video
Hands-On Systems Programming with Rust
Scripting languages will provide safety, but not concurrency and speed, while traditional systems programming languages such …
video
Hands-On Data Structures and Algorithms in Rust
Rust is a modern systems programming language designed with safety to simplify the development of large, …
book
Hands-On Data Structures and Algorithms with Rust
Design and implement professional level programs by exploring modern data structures and algorithms in Rust. Key …
book
Practical System Programming for Rust Developers
Explore various Rust features, data structures, libraries, and toolchain to build modern systems software with the …