Cargo Plugins
Subcommands that extend the capabilities of Cargo.
Writing code
Recipe | Crates | Categories |
---|---|---|
Templates | Cargo Generate | |
Generate a Rust project from a template | ||
Quickly open the crates.io or docs.rs page for the latest version of a crate |
TODO
Formatting and Linting
Recipe | Crates | Categories |
---|---|---|
Format your code | ||
Format | ||
Lint your code | ||
Fix compiler warnings | ||
Check your code before committing it |
TODO
Building
Recipe | Crates | Categories |
---|---|---|
cargo make | ||
Devx | ||
xshell: Making Rust a Better Bash |
TODO
Watching for changes
Recipe | Crates | Categories |
---|---|---|
Cargo watch | ||
Cargo limit |
TODO
Cross-compiling
Recipe | Crates | Categories |
---|---|---|
Cross-compile using Zig as the linker |
TODO
Auditing
TODO
Performance
Recipe | Crates | Categories |
---|---|---|
Configure your Cargo project for maximum performance, fast compile times or minimal binary size | ||
cargo hakari |
TODO
Maintenance
TODO
See also
- Testing
- Build Utils
- Debugging
- FFI
- Procedural Macro Helpers
- Profiling
TODO: review