You often hear Rust praised for its performance and safety guarantees. In this talk, Marco will show you another aspect of Rust: its powerful tooling ecosystem.`Cargo`, the Rust package manager, and all the tools around it make it easy to create and maintain open-source projects. Marco will cover how Rust tooling:
Downloads and builds dependencies.
Formats code automatically.
Helps ensure code quality.
Run tests
Simplifies writing and maintaining documentation.
Checks licenses of dependencies.
Detects API-breaking changes.
Finally, Marco will give an overview of [release-plz](https://github.com/MarcoIeni/release-..., a tool he created to automate the release process of Rust projects.