Must have Cargo subcommands
Cargo already comes with many commands, but just as rust itself, it’s designed to provide a stable core to be extended by faster evolving additional commands, published as separate crates.
All commands presented here can easily be installed via
$ cargo install $CRATE into your $CARGO_HOME/bin directory. Since Cargo 1.41 cargo install can also update installed crates.
Must have subcommands This is a list of crates I don’t want to miss in my daily life anymore, with exemplary use cases.
read more