cargo
https://github.com/rust-lang/cargo
Rust
The Rust package manager
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported64 Subscribers
View all SubscribersAdd a CodeTriage badge to cargo
Help out
- Issues
- Add `cargo new --workspace` to create a workspace
- `cargo update -p bar` where `bar` is patched can partially unpatch `bar`
- LTO status (thin vs fat) pollutes the metadata for dependencies
- cargo test --all-targets runs `[[bin]]`s marked as test=false but not `[[test]]`s
- Switch to CfgExpr for target testing.
- Consider changing hashing behavior for executables.
- "error: failed to download <dependency>" because of CARGO_HOME
- Cargo-installing a binary within a workspace shows warnings about profile overrides
- cargo install a library as .dll / .so file
- v2 resolver: different handling for inactive, optional dependencies based on how they're specified
- Docs
- Rust not yet supported