Projects in Awesome Lists tagged with cargo
A curated list of projects in awesome lists tagged with cargo .
https://github.com/johnthagen/min-sized-rust
🦀 How to minimize Rust binary size 📦
binary-size cargo containers lto no-std rust strip upx wasm
Last synced: 13 May 2025
https://github.com/cross-rs/cross
“Zero setup” cross compilation and “cross testing” of Rust crates
aarch64 arm bsd cargo cross-compilation cross-testing linux mips powerpc rust s390x sparc windows x86
Last synced: 13 May 2025
https://github.com/graphql-rust/juniper
GraphQL server library for Rust
cargo graphql rust rust-library web
Last synced: 14 May 2025
https://github.com/killercup/cargo-edit
A utility for managing cargo dependencies from the command line.
Last synced: 13 May 2025
https://github.com/dtolnay/cargo-expand
Subcommand to show result of macro expansion
Last synced: 12 Feb 2026
https://github.com/watchexec/cargo-watch
Watches over your Cargo project's source.
cargo cargo-command command-line-tool developer-tools rust watch-files
Last synced: 08 Apr 2025
https://github.com/sagiegurari/cargo-make
Rust task runner and build tool.
appveyor azure-pipelines build build-automation build-tool cargo cargo-plugin cargo-plugins cargo-subcommand circleci coverage github-actions gitlab-ci make rust task task-runner travis travis-ci
Last synced: 15 May 2025
https://github.com/xd009642/tarpaulin
A code coverage tool for Rust projects
cargo coverage-report coverage-reporting hacktoberfest rust tarpaulin
Last synced: 17 Jan 2026
https://github.com/canop/bacon
background code checker
cargo check compilation hacktoberfest rust terminal
Last synced: 12 May 2025
https://github.com/Canop/bacon
background code checker
cargo check compilation hacktoberfest rust terminal
Last synced: 27 Mar 2025
https://github.com/ashleygwilliams/cargo-generate
cargo, make me a project
cargo cargo-generate liquid placeholders rust template-generator template-project
Last synced: 21 Jul 2025
https://github.com/cargo-generate/cargo-generate
cargo, make me a project
cargo cargo-generate liquid placeholders rust template-generator template-project
Last synced: 14 May 2025
https://github.com/tbillington/kondo
Cleans dependencies and build artifacts from your projects.
cargo cleaner cli command-line disk-space gui kondo linux macos rust unity unity3d windows
Last synced: 23 Jan 2026
https://github.com/lukemathwalker/cargo-chef
A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Last synced: 12 May 2025
https://github.com/LukeMathWalker/cargo-chef
A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Last synced: 29 Mar 2025
https://github.com/embarkstudios/cargo-deny
❌ Cargo plugin for linting your dependencies 🦀
advisories bans cargo cargo-subcommand crates licenses rust
Last synced: 02 Jul 2025
https://github.com/axodotdev/cargo-dist
📦 shippable application packaging
cargo installers packaging release-automation rust
Last synced: 13 May 2025
https://github.com/rust-fuzz/cargo-fuzz
Command line helpers for fuzzing
cargo fuzz-testing fuzzing rust
Last synced: 13 May 2025
https://github.com/yamafaktory/jql
A JSON Query Language CLI tool
cargo cli devops-tools json rust rustlang tool tools utility
Last synced: 13 May 2025
https://github.com/EmbarkStudios/cargo-deny
❌ Cargo plugin for linting your dependencies 🦀
advisories bans cargo cargo-subcommand crates licenses rust
Last synced: 09 Apr 2025
https://github.com/mongodb/mongo-rust-driver
The official MongoDB Rust Driver
cargo mongodb mongodb-driver rust
Last synced: 01 Apr 2026
https://github.com/fornwall/rust-script
Run Rust files and expressions as scripts without any setup or compilation step.
Last synced: 13 May 2025
https://github.com/crate-ci/cargo-release
Cargo subcommand `release`: everything about releasing a rust crate.
Last synced: 12 May 2025
https://github.com/taiki-e/cargo-llvm-cov
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
Last synced: 05 Feb 2026
https://github.com/willdoescode/nat
`ls` alternative with useful info and a splash of color 🎨
cargo cli command-line-tool easy-to-use hacktoberfest ls nat open-source rust rust-lang stargazers zshrc
Last synced: 15 May 2025
https://github.com/corrosion-rs/corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
build-system build-systems build-tool c cargo cmake cmake-cargo cplusplus cpp cross-compilation rust
Last synced: 11 Dec 2025
https://github.com/graviton-code-editor/graviton-app
🚀 A modern-looking Code Editor
cargo css deno desktop editor free graviton hacktoberfest javascript opensource rust tauri typescript
Last synced: 14 May 2025
https://github.com/Graviton-Code-Editor/Graviton-App
🚀 A modern-looking Code Editor
cargo css deno desktop editor free graviton hacktoberfest javascript opensource rust tauri typescript
Last synced: 09 Apr 2025
https://github.com/japaric/xargo
The sysroot manager that lets you build and customize `std`
bare-metal cargo cross-compilation no-std rust sysroot
Last synced: 14 May 2025
https://github.com/sourcefrog/cargo-mutants
:zombie: Inject bugs and see if your tests catch them!
cargo cargo-plugin cargo-subcommand mutation-testing mutations rust rust-lang testing
Last synced: 01 Feb 2026
https://github.com/foresterre/cargo-msrv
🦀 Find the minimum supported Rust version (MSRV) for your project
cargo cargo-msrv cli hacktoberfest msrv rust rust-lang rust-tools
Last synced: 13 May 2025
https://github.com/bnjbvr/cargo-machete
Remove unused Rust dependencies with this one weird trick!
cargo cargo-subcommand rust rust-lang
Last synced: 15 May 2025
https://github.com/rust-lang/rustfix
Automatically apply the suggestions made by rustc
Last synced: 04 Oct 2025
https://github.com/pacak/cargo-show-asm
cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
assembly cargo cargo-plugin cargo-subcommand llvm-ir optimization rust
Last synced: 14 May 2025
https://github.com/taiki-e/cargo-hack
Cargo subcommand to provide various options useful for testing and continuous integration.
Last synced: 07 Feb 2026
https://github.com/kobzol/cargo-wizard
Cargo subcommand for configuring Cargo projects for best performance.
Last synced: 08 Apr 2025
https://github.com/Kobzol/cargo-wizard
Cargo subcommand for configuring Cargo projects for best performance.
Last synced: 27 Mar 2025
https://github.com/rochacbruno/rust-python-example
Example of using Rust to Extend Python
c cargo cffi comparison cpython cython ffi llvm numba python redhat rust rust-cpython rust-packages
Last synced: 04 Apr 2025
https://github.com/bbqsrc/cargo-ndk
Compile Rust projects against the Android NDK without hassle
Last synced: 13 May 2025
https://github.com/nix-community/naersk
Build Rust projects in Nix - no configuration, no code generation, no IFD, sandbox friendly.
Last synced: 16 May 2025
https://github.com/cmyr/cargo-instruments
A cargo plugin to generate Xcode Instruments trace files
cargo cargo-plugin profiling rust-tools
Last synced: 14 May 2025
https://github.com/baoyachi/shadow-rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib,wasm)
build cargo cargo-build cargo-env cargo-lock cargo-plugin cargo-toml cargolock compile compiled compiler env metadata reproducible-build reproducible-builds rust rust-build rust-crate shadow shadow-rs
Last synced: 23 Apr 2026
https://github.com/kobzol/cargo-pgo
Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.
Last synced: 14 May 2025
https://github.com/actions-rs/cargo
📦 GitHub Action for Rust `cargo` command
cargo cross github github-actions rust rust-lang
Last synced: 08 Oct 2025
https://github.com/vinhnx/vtcode
VT Code is an open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management.
agent cargo cli codingagent crossterm ratatui rust terminal tui
Last synced: 30 May 2026
https://github.com/Kobzol/cargo-pgo
Cargo subcommand for optimizing Rust binaries/libraries with PGO and BOLT.
Last synced: 16 Mar 2025
https://github.com/embarkstudios/cargo-about
📜 Cargo plugin to generate list of all licenses for a crate 🦀
cargo cargo-plugin hacktoberfest license-checking licensing rust rust-lang spdx
Last synced: 14 May 2025
https://github.com/actions-rs/toolchain
🛠️ GitHub Action for `rustup` commands
cargo github github-actions rust rust-lang rustup setup-rust toolchain
Last synced: 18 Oct 2025
https://github.com/EmbarkStudios/cargo-about
📜 Cargo plugin to generate list of all licenses for a crate 🦀
cargo cargo-plugin hacktoberfest license-checking licensing rust rust-lang spdx
Last synced: 10 Apr 2025
https://github.com/timnn/cargo-lipo
Cargo subcommand to automatically create universal libraries for iOS.
Last synced: 15 May 2025
https://github.com/TimNN/cargo-lipo
Cargo subcommand to automatically create universal libraries for iOS.
Last synced: 20 Mar 2025
https://github.com/lu-zero/cargo-c
build and install C-compatible libraries
cargo cargo-subcommand hacktoberfest
Last synced: 15 May 2025
https://github.com/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.
api cargo cargo-plugin cargo-subcommand diff rust rustdoc-json semver
Last synced: 14 May 2025
https://github.com/svenstaro/cargo-profiler
Cargo subcommand to profile binaries
cachegrind cargo cargo-profiler cargo-subcommand rust valgrind
Last synced: 05 Apr 2025
https://github.com/wtklbm/crm
Cargo registry manager (Cargo 注册表管理器),用于方便的管理和更换 Rust 国内镜像源
cargo cratesio registry rust-lang
Last synced: 16 May 2025
https://github.com/cargo2nix/cargo2nix
Granular builds of Rust projects for Nix
cargo nix nix-overlay nixos nixpkgs rust
Last synced: 15 May 2025
https://github.com/vertexclique/tokamak
Fusion Reactor for Rust - Atom Rust IDE
atom-editor atom-package atom-plugin cargo ide plugin-suite rust tokamak
Last synced: 07 Apr 2025
https://github.com/routerify/routerify
A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs
cargo http hyper hyper-rs middleware router routerify routing rust
Last synced: 15 May 2025
https://github.com/sonos/dinghy
Easier cross-compilation for phones and single boards computers
cargo mobile rust testing-tools
Last synced: 14 May 2025
https://github.com/panamax-rs/panamax
Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
cargo mirror rust rustup rustup-mirror
Last synced: 27 Apr 2025
https://github.com/drahnr/cargo-spellcheck
Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
cargo cargo-plugin cargo-spellcheck grammar grammar-mistakes grammarchecker hacktoberfest hunspell languagetool nlp spellchecker spelling
Last synced: 14 May 2025
https://github.com/rhysd/cargo-husky
Setup Git hooks automatically for cargo projects with :dog:
cargo development-tools git hook rust
Last synced: 15 May 2025
https://github.com/volks73/cargo-wix
A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
cargo cargo-subcommand installer msi rust windows wix-toolset
Last synced: 14 May 2025
https://github.com/rust-secure-code/cargo-supply-chain
Gather author, contributor and publisher data on crates in your dependency graph.
cargo cargo-subcommand dependency-graph
Last synced: 27 Apr 2025
https://github.com/skyzh/core-os-riscv
🖥️ An xv6-like operating system on RISC-V with multi-core support. Documentation available online.
cargo operating-system qemu risc-v rust xv6
Last synced: 09 Apr 2025
https://github.com/actions-rs/clippy-check
📎 GitHub Action for PR annotations with clippy warnings
cargo clippy github lint linter pull-requests rust rust-lang
Last synced: 30 Apr 2025
https://github.com/mcorbin/meuse
A private Cargo crate registry, for Rust
alternative-registries cargo crates registry rust rust-lang
Last synced: 09 Apr 2025
https://github.com/p2panda/p2panda
All the things a panda needs
cargo npm rust typescript utility-library wasm
Last synced: 15 May 2025
https://github.com/cargo-limit/cargo-limit
Productivity improvements for Rust ecosystem: warnings are skipped until errors are fixed, LSP-independent Neovim integration, etc.
build cargo cargo-plugin cargo-wrapper cli crates deduplication filter limit neovim neovim-plugin nvim plugin productivity runner rust wrapper
Last synced: 05 Jan 2026
https://github.com/bmuschko/gradle-cargo-plugin
Gradle plugin that provides deployment capabilities to local and remote containers via Cargo
cargo deployment gradle-plugin web
Last synced: 09 Apr 2025
https://github.com/lord/wargo
Easy Rust to WebAssembly
cargo rust webassembly webdriver
Last synced: 29 Oct 2025
https://github.com/milo123459/glitter
🌌⭐ Git tooling of the future.
cargo git glitter hacktoberfest rust
Last synced: 06 Apr 2025
https://github.com/Milo123459/glitter
🌌⭐ Git tooling of the future.
cargo git glitter hacktoberfest rust
Last synced: 16 May 2025
https://github.com/R4yGM/stegbrute
Fast Steganography bruteforce tool written in Rust useful for CTF's
brute-force cargo crack ctf ctf-tools decryption docker hacktoberfest hacktoberfest2020 images rust steg steganography steghide
Last synced: 12 Jul 2025
https://github.com/herber/cargo
🚂🚋🚋 A browser with almost no UI.
browser cargo cross-platform electron minimal webview
Last synced: 27 Jul 2025
https://github.com/serayuzgur/crates
crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
cargo crates dependencies rust toml vscode-extension
Last synced: 07 Apr 2025
https://github.com/scio-labs/inkathon
Full-Stack DApp Boilerplate for Substrate and ink! Smart Contracts
backend blockchain cargo contracts dapp frontend ink next nextjs openbrush polkadot polkadot-js rust rust-lang smart-contracts substrate substrate-node tailwind tailwindcss typescript
Last synced: 16 May 2025
https://github.com/gregbkr/kubernetes-kargo-logging-monitoring
Deploy kubernetes cluster with kargo
cargo deploy k8s kubernetes monitoring
Last synced: 16 Jul 2025
https://github.com/jonringer/nix-template
Make creating nix expressions easy
Last synced: 06 Jul 2025
https://github.com/dustinblackman/cargo-run-bin
Build, cache, and run CLI tools scoped in Cargo.toml rather than installing globally. Stop the version drifts across your team, keep it all in sync within your project!
cache cargo cli developer-tools rust
Last synced: 15 May 2025
https://github.com/imhq/rust-interview-handbook
A curated list of Rust interview preparation materials for busy software engineers. Submit a PR if you know of any other Rust interview questions.
cargo coding-interviews cracking-the-coding-interview interview-preparation interview-questions rust rust-lang technical-interviews
Last synced: 27 Mar 2025
https://github.com/meta-rust/meta-rust
OpenEmbedded/Yocto layer for Rust and Cargo
bitbake cargo rust yocto yocto-layer
Last synced: 16 May 2025
https://github.com/sgeisler/cargo-remote
cargo subcommand to compile rust projects remotely
build cargo remote remote-execution rust
Last synced: 04 Apr 2025
https://github.com/loadingalias/cargo-rail
Graph-aware monorepo orchestration for Rust workspaces
build-tools cargo cargo-plugin change-detection ci cicd copybara dependency-management developer-tools devtools git-subtree hakari monorepo release-automation rust workspace workspace-hack
Last synced: 14 Feb 2026