Technical requirements
Verify that rustc
, and cargo
have been installed correctly with the following command:
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/Chapter06.