Showing entries 1-100 out of 134.
Creates a bootable disk image from a Rust OS kernel
Cargo plugin to generate list of all licenses for a crate
Cargo subcommand to build and test all feature flag combinations
Tool for creating Android packages
Display the assembly or LLVM-IR generated for Rust source code
Audit Cargo.lock files for crates with security vulnerabilities
Part of the crate_universe collection of tools which use Cargo to generate build targets for Bazel
Small utility to compare Rust micro-benchmarks
Tool for installing rust binaries as an alternative to building from source
Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
Bisects rustc, either nightlies or CI artifacts
Cargo extension that can generate BitBake recipes utilizing the classes from meta-rust
Fuzzing and property testing front-end framework for Rust
Generate a THIRDPARTY file with all licenses in a cargo project
Wrap rust executables in OS-specific app bundles
Cargo subcommand to build and install C-ABI compatible dynamic and static libraries
Manage cargo cache (${CARGO_HOME}, ~/.cargo/), print sizes of dirs and remove dirs selectively
Tool to execute Rust code carefully, with extra checking along the way
Cargo-subcommand to speed up Rust Docker builds using Docker layer caching
Cargo subcommand to fetch the source code of a Rust crate
Cargo extension to build & run your codspeed benchmarks
Cargo subcommand for creating WebAssembly components based on the component model proposal
Easy to configure wrapper for Rust's clippy
Cryptographically verifiable code review system for the cargo (Rust) package manager
Cargo extension for running Criterion.rs benchmarks
Zero setup cross compilation and cross testing
Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) projects
Cargo subcommand to check rust documentation for broken links
Cargo subcommand that generates Debian packages from information in Cargo.toml
Cargo plugin to generate list of all licenses for a crate
Create dependency graphs for cargo projects using cargo metadata and graphviz
Tool to analyze the third-party dependencies imported by a rust crate or rust workspace
Help computing optimal include directives for your Cargo.toml manifest
Tool for building final distributable artifacts and uploading them to an archive
Cargo subcommand to generate a Dash/Zeal docset for your Rust packages
Cargo subcommand for displaying when different versions of a same dependency are pulled in
Utility for managing cargo dependencies from the command line
Cargo plugin to manage dependency features
Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
Discover funding links for your project's dependencies
Command line helpers for fuzzing
Tool to generate a new Rust project by leveraging a pre-existing git repository as a template
Command-line frontend for guppy
Cargo subcommand to provide various options useful for testing and continuous integration
Manage workspace-hack packages to speed up builds in large workspaces
Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders
Cargo subcommand to show crates info from crates.io
See what Rust is doing behind the curtains
Cargo subcommand for snapshot testing
Cargo subcommand to run kcov to get coverage report on Linux
Cargo subcommand to help you work with AWS Lambda
Build tool for the Leptos web framework
Cargo subcommand to see license of dependencies
Cargo subcommand "limit": reduces the noise of compiler messages
Cargo subcommand to easily use LLVM source-based code coverage
Count the number of lines of LLVM IR across all instantiations of a generic function
Cargo subcommand to manage local registries
Self-contained Cargo.lock parser with graph analysis
Cargo tool that detects unused dependencies in Rust projects
Rust on mobile made easy!
Cargo plugin for showing a tree-like overview of a crate's modules
Cargo wrapper that encourages you after running commands
Cargo subcommand "msrv": assists with finding your minimum supported Rust version (MSRV)
Mutation testing tool for Rust
Cargo extension for building Android NDK projects
Next-generation test runner for Rust projects
Cargo subcommand for displaying when Rust dependencies are out of date
cargo-pgrxcargo-pgrx
Build Postgres Extensions with Rust
cargo-pgrxcargo-pgrx_0_10_2
Build Postgres Extensions with Rust
cargo-pgrxcargo-pgrx_0_11_3
Build Postgres Extensions with Rust
cargo-pgrxcargo-pgrx_0_12_0_alpha_1
Build Postgres Extensions with Rust
Run your rust code without setting up cargo
List and diff the public API of Rust library crates between releases and commits
Generate README.md from docstrings
Cargo subcommand "release": everything about releasing a rust crate
Cargo extension to help create, manage, and test RISC Zero projects
Cargo subcommand "rr": a light wrapper around rr, the time-travelling debugger
Build, cache, and run binaries scoped in Cargo.toml rather than installing globally
Tool to scan your Rust crate for semver violations
Cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Cargo command for the shuttle platform
Tool to check that your Cargo.toml dependencies are sorted alphabetically
Checks rust documentation for spelling and grammar mistakes
Gather author, contributor and publisher data on crates in your dependency graph
Cargo subcommand for cleaning up unused build files generated by Cargo
Cargo plugin that generates a Markdown section in your README based on your Rust documentation
Graph the number of crates that depend on your crate over time
CLI tool that allow you to create a temporary new Rust project using cargo with already installed …
Simple linter for Cargo.toml manifests
Find unused dependencies in Cargo.toml
GUI for Cargo
Tool to find potential unused enabled feature flags and prune them
Cargo subcommand for checking and applying updates to installed executables
Cargo subcommand "valgrind": runs valgrind and collects its output in a helpful manner
Tool to help projects ensure that third-party Rust dependencies have been audited by a trusted sou…
Cargo subcommand for watching over Cargo project's source
Cargo subcommand for the client-side Web
Simple cargo plugin to get a list of features for a specific crate
Cargo subcommand "wipe": recursively finds and optionally wipes all "target" or "node_modules" fol…
Tool for managing cargo workspaces and their crates, inspired by lerna