cargo
Dependency manager
The Rust package manager responsible for downloading and compiling dependencies for Rust projects.
The Rust package manager
13k stars
194 watching
2k forks
Language: Rust
last commit: 4 days ago cargopackage-managerrust
Related projects:
Repository | Description | Stars |
---|---|---|
sagiegurari/cargo-make | A tool that automates the build process for Rust projects | 2,597 |
killercup/cargo-edit | A utility for managing cargo dependencies from the command line. | 3,089 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 258 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 2,984 |
byron/cargo-release | Automates the process of releasing a Rust crate with versioning and publishing | 0 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 54,232 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 1,967 |
dtolnay/cargo-expand | A command-line tool that shows the result of macro expansion and derive code generation in Rust projects | 2,682 |
crate-ci/cargo-release | A tool to simplify the process of releasing Rust crates, handling tasks such as publishing, tagging, and updating dependencies. | 1,348 |
janlikar/cargo-clone | A tool to fetch and download Rust crate source code from registries. | 93 |
emk/rust-musl-builder | Provides a way to build static Rust binaries for various crates, including OpenSSL and Diesel. | 1,539 |
bunogi/cargo-makedocs | Automates documentation building for Rust projects by parsing Cargo.toml and generating documentation for direct dependencies. | 14 |
kamiyaa/joshuto | A ranger-like terminal file manager written in Rust. | 3,465 |
uutils/coreutils | A cross-platform Rust implementation of a set of command-line utilities. | 17,766 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,182 |