October 2019
Intermediate to advanced
444 pages
10h 37m
English
Creating a single project is easy: run cargo new my-crate and it's done. cargo creates everything from folder structure to a small source file (or unit test) in a breeze. However, what about larger projects consisting of multiple smaller crates and an executable? Or just a collection of related libraries? The cargo tool's answer to this is called workspaces.
Read now
Unlock full access