cargo-install (1) Linux Manual Page
NAME cargo-install – Install a Rust binary SYNOPSIS cargo install [OPTIONS] <CRATE> cargo install [OPTIONS] –list DESCRIPTION Install a Rust binary This command manages Cargo’s local set of install binary crates. Only packages which have [[bin]] targets can be installed, and all binaries are installed into the installation root’s bin folder. The installation root is…
