Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 540 Bytes

rust-resources

Useful stuff around the Rust programming language

cargo edit This tool extends Cargo to allow you to add, remove, and upgrade dependencies by modifying your Cargo.toml file from the command line.

cross Zero setup cross compilation and cross testing

cargo-whatfeatures display features, versions and dependencies of crates

clap Command Line Argument Parser for Rust