cargo
Dependency manager
The Rust package manager responsible for downloading and compiling dependencies for Rust projects.
The Rust package manager
13k stars
195 watching
2k forks
Language: Rust
last commit: about 1 month ago cargopackage-managerrust
Related projects:
Repository | Description | Stars |
---|---|---|
sagiegurari/cargo-make | A tool that automates the build process for Rust projects | 2,614 |
killercup/cargo-edit | A utility for managing cargo dependencies from the command line. | 3,107 |
rust-osdev/cargo-xbuild | Automates cross-compilation of sysroot crates for Rust projects | 259 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 3,022 |
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. | 55,016 |
cargo-generate/cargo-generate | Tool to help developers create new Rust projects quickly from existing templates | 2,006 |
dtolnay/cargo-expand | A command-line tool that shows the result of macro expansion and derive code generation in Rust projects | 2,718 |
crate-ci/cargo-release | Automates the release process of Rust crates, including version management and publishing to crates.io. | 1,360 |
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,541 |
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,489 |
uutils/coreutils | A cross-platform implementation of a collection of command-line utilities in Rust. | 17,883 |
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,213 |