Sodamhan.com

TL;DR

cargo uninstall

Remove a Rust binary installed using cargo install. More information: https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html.

  • Remove an installed binary:

cargo remove package_spec

This document was created using the contents of the tldr project.