cargo install
Allows to install a binary crate locally.
All binaries installed with cargo install are stored in the installation
root’s bin folder.
$ cargo install ripgrep //Installing ropgrep binary crate
Allows to install a binary crate locally.
All binaries installed with cargo install are stored in the installation
root’s bin folder.
$ cargo install ripgrep //Installing ropgrep binary crate