This chapter requires the Rust compiler, and you have to install at least version 1.31. Also, you need the rustup tool to add extra components, such as rustfmt and clippy. If you don't have it, you can find it here: https://rustup.rs/
Also in this chapter, we will try to bootstrap a CI system that will build and test a microservice. Since manual installation of these kinds of tools is long and complex, we will use Docker with Docker Compose to start and prepare the building environment faster. But in any case, you need a browser to be able to connect to the management console UI of the TeamCity tool to configure it.
The examples for this chapter can be found on GitHub: https://github.com/PacktPublishing/Hands-On-Microservices-with-Rust/tree/master/Chapter16.