cargo install

Build and install a Rust binary. More information: https://doc.rust-lang.org/cargo/commands/cargo-install.html.

cargo install {{package}}@{{version}}

cargo install --git {{repo_url}}

cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}

cargo install --list