A subcommand for cargo to reinstall an exisiting crate. It may also be seen as a command to update an installed crate.
cargo install cargo-reinstall
cargo reinstall <crate-name>
If a crate is not installed, this subcommand will try to install it.
May be replaced with cargo install --reinstall <crate-name>
due to https://github.com/rust-lang/cargo/issues/2082.