Technical requirements
In this chapter, we’ll build on the code built in Chapter 8, Building RESTful Services. This can be found at https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter08/caching.
Node and NPM are also needed for installing and running the automated API tests, which can be found at https://nodejs.org/en/download/.
We will also be running a part of the automated testing pipeline in Python. Python can be downloaded and installed at https://www.python.org/downloads/.
You can find the full source code used in this chapter here: https://github.com/PacktPublishing/Rust-Web-Programming-2nd-Edition/tree/main/chapter09.