Create bulletproof high-performance web apps and servers with Rust. In Rust Web Development
you will learn: Handling the borrow checker in an asynchronous environment Creating web APIs
and using JSON in Rust Graceful error handling Testing tracing logging and debugging
Deploying Rust applications Efficient database access Rust Web Development is a hands-on
guide to building server-based web applications with Rust. If you've built web servers using
Java C# or PHP you'll instantly fall in love with the performance and development experience
Rust delivers. This book shows you how to work efficiently using pure Rust along with
important Rust libraries such as tokio for async runtimes warp for web servers and APIs and
reqwest to run external HTTP requests. about the technologyWeb development languages and
libraries can be resource hungry with poor safety for maintaining vital web services. Rust
services perform better and guarantee better safety. Plus Rust's awesome compiler gives you an
amazing developer experience. You'll get the speed of low-level programming languages like C
along with the ease-of-use you'd expect from high-level languages Python or Ruby with a super
strong compiler that automatically prevents common mistakes such as null pointers. about the
bookIn Rust Web Development you'll learn to build server-side web applications using the
Rust language and its key libraries. If you know the basics of Rust you'll quickly pick up
some pro tips for setting up your projects and organizing your code. This book gets you
hands-on fast with numerous small and large examples. You'll get up to speed with how Rust
streamlines backend development implements authentication flows and even makes it easier for
your APIs to interact. As you go you'll build a complete Q&A web service and iterate on your
code chapter-by-chapter just like a real development project. RETAIL SELLING POINTS Handling
the borrow checker in an asynchronous environment Creating web APIs and using JSON in Rust
Graceful error handling Testing tracing logging and debugging Deploying Rust applications
Efficient database access AUDIENCE For experienced web developers familiar with Java Node or
Go and the absolute basics of Rust