Technical requirements
Verify that rustup
, rustc
, and cargo
have been installed correctly with the following command:
rustup --version rustc --version cargo --version
The Git repo for the code in this chapter can be found at https://github.com/PacktPublishing/Practical-System-Programming-for-Rust-Developers/tree/master/Chapter11.