Rust task runner and build tool.
A next-generation test runner for Rust.
❌ Cargo plugin for linting your dependencies 🦀
Cargo subcommand `release`: everything about releasing a rust crate.
cargo subcommand showing the assembly or llvm-ir generated for Rust code
Remove unused Rust dependencies with this one weird trick!
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Make production Rust binaries auditable
🧟♂️ Inject bugs and see if your tests catch them!
Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
List and diff the public API of Rust library crates between releases and commits. Detect breaking API changes and semver violations via CI or a CLI.
Cross compile Cargo project to Windows MSVC target with ease
Gather author, contributor and publisher data on crates in your dependency graph.
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
A Cargo subcommand for competitive programming
A cargo plugin to easily build Swift packages from Rust code