Technical requirements
As we move towards building web apps in Rust, we are going to have to start relying on third-party packages to do some of the heavy lifting for us. Rust manages dependencies through a package manager called Cargo. In order to use Cargo, we are going to have to install Rust on our computer from the URL https://www.rust-lang.org/tools/install.
This installation delivers the programming language Rust and Cargo.
You can find all the code files on GitHub: https://github.com/PacktPublishing/Rust-Web-Programming/tree/master/Chapter02.
The CiA video for this book can be viewed at: http://bit.ly/3jULCrw