Marco Ieni - How Rust makes open-source easier

Опубликовано: 31 Октябрь 2024
на канале: Rust Nation UK
744
20

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.