Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Rust Web Programming
Rust Web Programming

Rust Web Programming: A hands-on guide to developing fast and secure web apps with the Rust programming language

Arrow left icon
Profile Icon Maxwell Flitton
Arrow right icon
zł59.99 zł141.99
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.5 (6 Ratings)
eBook Feb 2021 394 pages 1st Edition
eBook
zł59.99 zł141.99
Paperback
zł177.99
Subscription
Free Trial
Arrow left icon
Profile Icon Maxwell Flitton
Arrow right icon
zł59.99 zł141.99
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.5 (6 Ratings)
eBook Feb 2021 394 pages 1st Edition
eBook
zł59.99 zł141.99
Paperback
zł177.99
Subscription
Free Trial
eBook
zł59.99 zł141.99
Paperback
zł177.99
Subscription
Free Trial

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Rust Web Programming

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Build scalable web applications in Rust using popular frameworks such as Actix, Rocket, and Warp
  • Create front-end components that can be injected into multiple views
  • Develop data models in Rust to interact with the database

Description

Are safety and high performance a big concern for you while developing web applications? While most programming languages have a safety or speed trade-off, Rust provides memory safety without using a garbage collector. This means that with its low memory footprint, you can build high-performance and secure web apps with relative ease. This book will take you through each stage of the web development process, showing you how to combine Rust and modern web development principles to build supercharged web apps. You'll start with an introduction to Rust and understand how to avoid common pitfalls when migrating from traditional dynamic programming languages. The book will show you how to structure Rust code for a project that spans multiple pages and modules. Next, you'll explore the Actix Web framework and get a basic web server up and running. As you advance, you'll learn how to process JSON requests and display data from the web app via HTML, CSS, and JavaScript. You'll also be able to persist data and create RESTful services in Rust. Later, you'll build an automated deployment process for the app on an AWS EC2 instance and Docker Hub. Finally, you'll play around with some popular web frameworks in Rust and compare them. By the end of this Rust book, you'll be able to confidently create scalable and fast web applications with Rust.

Who is this book for?

This book on web programming with Rust is for web developers who have programmed in traditional languages such as Python, Ruby, JavaScript, and Java and are looking to develop high-performance web applications with Rust. Although no prior experience with Rust is necessary, a solid understanding of web development principles and basic knowledge of HTML, CSS, and JavaScript are required if you want to get the most out of this book.

What you will learn

  • Structure scalable web apps in Rust in Rocket, Actix Web, and Warp
  • Apply data persistence for your web apps using PostgreSQL
  • Build login, JWT, and config modules for your web apps
  • Serve HTML, CSS, and JavaScript from the Actix Web server
  • Build unit tests and functional API tests in Postman and Newman
  • Deploy the Rust app with NGINX and Docker onto an AWS EC2 instance

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 26, 2021
Length: 394 pages
Edition : 1st
Language : English
ISBN-13 : 9781800566095
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Product feature icon AI Assistant (beta) to help accelerate your learning
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Feb 26, 2021
Length: 394 pages
Edition : 1st
Language : English
ISBN-13 : 9781800566095
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just zł20 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just zł20 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total 524.97
Rust Web Development with Rocket
zł124.99
Rust Web Programming
zł177.99
Mastering Rust
zł221.99
Total 524.97 Stars icon

Table of Contents

17 Chapters
Section 1:Setting Up the Web App Structure Chevron down icon Chevron up icon
Chapter 1: Quick Introduction to Rust Chevron down icon Chevron up icon
Chapter 2: Designing Your Web Application in Rust Chevron down icon Chevron up icon
Section 2:Processing Data and Managing Displays Chevron down icon Chevron up icon
Chapter 3: Handling HTTP Requests Chevron down icon Chevron up icon
Chapter 4: Processing HTTP Requests Chevron down icon Chevron up icon
Chapter 5: Displaying Content in the Browser Chevron down icon Chevron up icon
Section 3:Data Persistence Chevron down icon Chevron up icon
Chapter 6: Data Persistence with PostgreSQL Chevron down icon Chevron up icon
Chapter 7: Managing User Sessions Chevron down icon Chevron up icon
Chapter 8: Building RESTful Services Chevron down icon Chevron up icon
Section 4:Testing and Deployment Chevron down icon Chevron up icon
Chapter 9: Testing Our Application Endpoints and Components Chevron down icon Chevron up icon
Chapter 10: Deploying Our Application on AWS Chevron down icon Chevron up icon
Chapter 11: Understanding Rocket Web Framework Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.5
(6 Ratings)
5 star 16.7%
4 star 50%
3 star 0%
2 star 33.3%
1 star 0%
Filter icon Filter
Top Reviews

Filter reviews by




Amazon Customer May 13, 2021
Full star icon Full star icon Full star icon Full star icon Full star icon 5
So I got this book, as I wanted to learn Rust. I had no prior experience with Rust before. But, I was hearing a hype about it. So, I decided I'd get a book and learn about it. This book definitely teaches you the basics to get going and understand Rust. I was able to code some basic stuff to start off on. If you plan to learn Rust and are new to it, you should definitely get this book and get your Rust skills going.
Amazon Verified review Amazon
VITA Dec 15, 2022
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Very good book, explain very well. Actix framework major parts covered. But rocket framework not fully covered.For rust beginners this is one of the best book.
Amazon Verified review Amazon
David V Humphreys May 08, 2021
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Excellent book, very informative.
Amazon Verified review Amazon
E. Leonard Sep 07, 2021
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
The title begins with an overview of the Rust language, the pace of which would suit a programmer coming from another language over to rust more than someone with no programming experience. This is further built upon with a tour of the Cargo system in Rust which is well written and informative without being overbearing. I would suspect for most people Rust is not their first language and therefore at this point in Rust's maturity and user-base I feel the pacing here is suited to the likeliest audience.On to building web services. The book teaches how to use the Actix framework which is a hugely popular choice, it covers how to handle async and how to process all the typical HTTP traffic related to web applications and services and the errors you will likely incur. Again if you're coming from another web-scale language you will be learning some syntax and packages usage more than new concepts. This is a positive or a negative depending on your expectations. You then build upon these basics by adding a persistence layer using Postgres and this is no heavier or more cumbersome than it is for other languages thankfully.Finally, we're on the home straight of test and deployment.I didn't actually deploy my code-along to AWS, I mostly used the book as a preparation for writing a web service in Rust as a proof of concept in my work, referring back to the book as well as Googling to resolve my issues and wrong turns. I felt the book was very much pitched at conversion programmers looking to onboard Rust and think a complete newbie might be overwhelmed as there is a lot to tackle here. I haven't decided to rewrite all my projects in Rust but neither have I vowed not to use Rust again. This book is a satisfactory way to map your knowledge to a new language, framework and associated ecosystem packages. I enjoyed the further reading recommendations to bolster what I had learned about Rust on the journey. The quality of the content and the writing style were good. Would give this a 4/5.
Amazon Verified review Amazon
Turing Complete Mar 22, 2022
Full star icon Full star icon Empty star icon Empty star icon Empty star icon 2
I've learned to program from many books and have over 10 years of experience in the field. This is the most poorly written programming book I've ever read; it's the first time I've felt like my role was more around editing and less around learning.A good practice when writing a technical book like this is to place the path to the file above code snippets. This makes it clear where you need to edit code. In this book they are strewn about in the paragraphs above the code blocks making it require a good deal of mental processing to manual map the snippets to the place you have to edit. This becomes problematic when the book has two code snippets right next to each other; it becomes easy to put the code in the wrong file.Especially irritating are the syntax errors in the code examples themselves. I was eventually able to fix them but this is the last thing an author can allow in a book teaching people to code! *Some* of the errors I found include an extra garbage character in the Cargo.toml file on page 156, miss-spelled css properties on page 197, and other things I'm too tired to catalog.The combination of poor code referencing and quality issues in the code itself caused me to spend way more time just decrypting the book than paying attention to the actual content I actually cared about.Finally, the version of actix-web is 2 major versions out of date, and of course the other libraries are stale as well. While trying to debug a cryptic error I was getting from the serde crate which does JSON deserialization the solution was to ... upgrade. This of course isn't an option because the versions are now so old that doing so would break everything else and would have rendered the rest of the book unusable.I do think the author is smart. It provides good design practices and tells you how to build an app from scratch and host it the way you would do so in the real world. Someone new to rust programming can benefit from the high level overview. I did manage to get some very valuable information out of the book even if I felt I spent too much effort to get it.But my honest opinion is you are better off looking for a more modern book. The web technologies and rust crates have significantly evolved since this was published and the book hasn't been updated. Look somewhere else.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.