cargo-install (1) Linux Manual Page
cargo-install – Install a Rust binary Synopsiscargo install [OPTIONS] <CRATE> cargo install [OPTIONS] –list DescriptionInstall 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 determined, in order…
