cargo-uninstall (1) Linux Manual Page
NAME cargo-uninstall – Remove a Rust binary SYNOPSIS cargo uninstall [OPTIONS] <SPEC> cargo uninstall (-h | –help) DESCRIPTION The argument SPEC is a package id specification (see cargo help pkgid) to specify which crate should be uninstalled. By default all binaries are uninstalled for a crate but the –bin and –example flags can be used…
