Here are
27 public repositories
matching this topic...
Rust task runner and build tool.
Updated
Jul 10, 2021
Rust
A cargo plugin to generate Xcode Instruments trace files
Updated
May 21, 2021
Rust
Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
📜 Cargo plugin to generate list of all licenses for a crate 🦀
Updated
May 13, 2021
Rust
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Cargo with less noise: warnings are skipped until errors are fixed, Neovim integration, etc.
Updated
May 12, 2021
Rust
A cargo subcommand, that runs valgrind and displays its output in a helpful manner.
Updated
May 17, 2021
Rust
A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.
🎁 cargo plugin for quickly fetching dependencies 🦀
Updated
May 17, 2021
Rust
Prepare Rust projects to be released on the Arch Linux User Repository
Cargo subcommand to generate trend graph of dependent crates
Updated
Jul 10, 2021
Rust
🥦 Dors. No-fuss workspace-friendly task runner for Cargo
Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) projects
A cargo subcommand for determining the MSRV of your crate by X.Y version
A cargo plugin that makes cargo generate release packages instead of binaries.
Updated
Apr 30, 2021
Rust
A npm inspired cargo subcommand for listing and updating binaries installed in $CARGO_HOME/bin.
Pebble project management for Cargo
Updated
Oct 21, 2019
Rust
Get desktop notifications for your cargo build commands
C++ package manager written in rust
Updated
Dec 19, 2018
Rust
🐱 Free the Apache Tomcat server port used by other LISTENING PORT (e.g 8080). Saved time instead of resetting the server / IDE
Updated
Apr 22, 2019
Java
a custom command extending 'cargo' to print the memory usage
Single-click cargo subcommand solution for tracing RTIC applications running on ARM Cortex-M targets; both while target is live and via post-mortem replay analysis.
A cargo plugin doing stuff targeting the teaclave-sgx-sdk project
BashMan is a Cargo plugin that helps you generate BASH completions and/or MAN pages for your Rust apps using metadata from your projects' Cargo.toml manifests.
Updated
Jun 25, 2021
Rust
A case for Oxidation with Rust-Lang...and the Future of Serverless with WEB Assembly WASM... A primer in rust programming and systems programming
Updated
Jan 26, 2020
Rust
Display a brief summary of cargo dependencies
Improve this page
Add a description, image, and links to the
cargo-plugin
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
cargo-plugin
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
In the docs, there are several cases such as here where code snippet examples are shown side by side, without actually specifying which files they are (eg. deny.toml vs Cargo.toml) which can lead to confusion for users. Every code snippet should just specify
# <name>.tomlat the top for clarity.