October 2019
Intermediate to advanced
444 pages
10h 37m
English
Reusing other libraries is a common task in software engineering, which is why easy dependency management was built into cargo from the start. Third-party dependencies (called crates) are stored in a registry called crates.io (https://crates.io), a public platform for users to find and discover crates. Private registries are also available, starting with Rust 1.34. With Cargo.toml as a central point in this process, let's dive into specifying those dependencies well.
Read now
Unlock full access