How do I list all of the packages I’ve installed globally with cargo install?
The command line cargo help install produces detailed help information. Among others it lists common EXAMPLES, e.g. View the list of installed packages: cargo install –list