pub fn uninstall(args: &[String]) -> i32Expand description
Remove a Rust-native extension installed by rpi install.
The install registry is authoritative for new installs. For metadata from older rpi versions, dynamic libraries whose normalized file stem matches the crate name are removed as a compatibility fallback.