#cargo (30 Repositories)
Ranked open-source repositories tagged with #cargo, scored by pull request acceptance likelihood and maintainer engagement velocity.
42.0%
53.2h
30 repositories tagged #cargo
tod-org/tod
An unofficial Todoist command line client written in Rust
klboke/kkRepo
kkRepo is a Nexus-compatible, self-hosted artifact repository for Maven, npm, PyPI, Go, Helm, NuGet, Cargo/Rust, Dart/Pub, Docker/OCI, RubyGems, and Yum artifacts. It supports one-click migration from Nexus to kkRepo.
rustsec/rustsec
RustSec API & Tooling
vinhnx/VTCode
VT Code is an open-source Rust terminal coding agent.
IATA-Cargo/ONE-Record
This repository contains the documentation & specs for the ONE Record standard.
ipetkov/crane
A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
gungraun/gungraun
High-precision, one-shot and consistent benchmarking framework/harness for Rust. All Valgrind tools at your fingertips.
rust-lang/cargo
The Rust package manager
Canop/bacon
background code checker
neur0map/glazepkg
See all your installed packages in one place. (Official package manage for RyokuArch)
taiki-e/cargo-llvm-cov
Cargo subcommand to easily use LLVM source-based code coverage (-C instrument-coverage).
crate-ci/cargo-release
Cargo subcommand `release`: everything about releasing a rust crate.
90-008/nix-cargo-integration
Library to easily and effortlessly integrate Cargo projects with Nix.
Shatur/neovim-tasks
A statefull task manager focused on integration with build systems.
loadingalias/cargo-rail
The Rust Monorepo Engine
sonos/dinghy
Easier cross-compilation for phones and single boards computers
sagiegurari/cargo-make
Rust task runner and build tool.
cargo2nix/cargo2nix
Granular builds of Rust projects for Nix
mcorbin/meuse
A private Cargo crate registry, for Rust
corrosion-rs/corrosion
Marrying Rust and CMake - Easy Rust and C/C++ Integration!
rhysd/cargo-husky
Setup Git hooks automatically for cargo projects with :dog:
RubyMetric/chsrc
chsrc 全平台通用换源工具与框架. Change Source everywhere for every software
dtolnay/cargo-expand
Subcommand to show result of macro expansion
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
johnthagen/min-sized-rust
🦀 How to minimize Rust binary size 📦 https://github.com/johnthagen/min-sized-rust
svenstaro/cargo-profiler
Cargo subcommand to profile binaries
wtklbm/crm
Cargo registry manager (Cargo 注册表管理器),用于方便的管理和更换 Rust 国内镜像源
Govcraft/rust-docs-mcp-server
🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
rochacbruno/rust-python-example
Example of using Rust to Extend Python