Practical Rust Projects
eBook - ePub

Practical Rust Projects

Build Serverless, AI, Machine Learning, Embedded, Game, and Web Applications

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Practical Rust Projects

Build Serverless, AI, Machine Learning, Embedded, Game, and Web Applications

Book details
Table of contents
Citations

About This Book

Go 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 variety of your own projects.

What You Will Learn

  • Explore practical Rust programming language-based projects, examples and case studies
  • Create a GUI
  • Build a high performance web Front-end using WebAssembly
  • Develop REST APIs using Rust
  • Go serverless to develop a cloud application using the Amazon AWS Rust SDK
  • Create a game using Rust, along with AI and machine learning apps


Who This Book Is For

Those with basic Rust knowledge who want to learn more about how to apply Rust in real-world scenarios.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Practical Rust Projects by Shing Lyu,Andrew Rzeznik in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2023
ISBN
9781484293317
Edition
2

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Welcome to the World of Rust
  4. 2. Building a Command-line Program
  5. 3. Creating Graphical User Interfaces (GUIs)
  6. 4. High-Performance Web Frontend Using WebAssembly
  7. 5. REST APIs
  8. 6. Going Serverless with the Amazon AWS Rust SDK
  9. 7. Building a Game
  10. 8. Physical Computing in Rust
  11. 9. Artificial Intelligence and Machine Learning
  12. 10. What Else Can You Do with Rust?
  13. Back Matter