October 2019
Intermediate to advanced
444 pages
10h 37m
English
cargo is versatile—something that we have already established in the previous recipes in this chapter. However, we did not touch configuring the tools cargo uses to compile and run Rust projects. For this, there are multiple ways, as they apply to different domains.
In this recipe, we are going to explore two ways by customizing the build of a new project.
Read now
Unlock full access