cargo-plugin
There are 59 repositories under cargo-plugin topic.
sagiegurari/cargo-make
Rust task runner and build tool.
nextest-rs/nextest
A next-generation test runner for Rust.
pacak/cargo-show-asm
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
rust-secure-code/cargo-auditable
Make production Rust binaries auditable
cmyr/cargo-instruments
A cargo plugin to generate Xcode Instruments trace files
sourcefrog/cargo-mutants
:zombie: Inject bugs and see if your tests catch them!
EmbarkStudios/cargo-about
๐ Cargo plugin to generate list of all licenses for a crate ๐ฆ
baoyachi/shadow-rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm)
cargo-public-api/cargo-public-api
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.
drahnr/cargo-spellcheck
Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
jinleili/wgpu-in-app
Integrate wgpu into existing iOS | Android apps.
cargo-limit/cargo-limit
Productivity improvements for Rust ecosystem: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.
antoniusnaumann/cargo-swift
A cargo plugin to easily build Swift packages from Rust code
jplatte/cargo-depgraph
Creates graphviz dependency graphs for Rust projects that use Cargo
jfrimmel/cargo-valgrind
A cargo subcommand, that runs valgrind and displays its output in a helpful manner.
CycloneDX/cyclonedx-rust-cargo
Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) projects
vmfunc/cargo-buttplug
ensuring positive reinforcement during long, tiring code sessions~
EmbarkStudios/cargo-fetcher
๐ cargo plugin for quickly fetching dependencies ๐ฆ
fosskers/cargo-aur
Prepare Rust projects to be released on the Arch Linux User Repository
Coordinate-Cat/dotfiles
A dotfile management repository to increase productivity. It needs to be updated periodically. The contents are very dirty, so please don't use it.
lusingander/cargo-selector
Cargo subcommand to select and execute binary/example targets ๐ฆ
poliorcetics/cargo-intraconv
A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.
dalance/cargo-trend
Cargo subcommand to generate trend graph of dependent crates
btwiuse/cargo-docs
๐Serve rust and crate docs locally
LoipesMas/cargo-select
Cargo subcommand to easily run targets/examples
pombadev/cargo-updater
A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin.
rtic-scope/cargo-rtic-scope
Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.
asaaki/wargo
cargo's evil twin to work with projects in the twilight zone of WSL2
PaulDance/cargo-liner
Cargo subcommand to install and update binary packages listed in configuration
aklitzke/dors
๐ฅฆ Dors. No-fuss workspace-friendly task runner for Cargo
ilhanaydinli/cargo-tracking-for-woocommerce
With the WooCommerce cargo tracking plugin, you can add as many cargo companies as you want, show cargo tracking links on the front and admin side, and send cargo tracking emails to users.
dnaka91/cargo-hatch
Hatch new projects like a chick coming out of its egg
nextest-rs/reuse-build-partition-example
Example demonstrating build reuse and test partitioning with nextest
Leticia-maria/paper-track.rs
A Terminal web searcher for scientists
alisenola/ruster-pad
A compact and efficient code editor designed for collaboration โ it's self-hosted and doesn't require a database.
dnbln/cargo-difftests
cargo-difftests is a selective re-test framework for rust