pub fn installed_native_packages() -> Vec<InstalledNativePackage>Expand description
Read the registry for best-effort discovery and startup update notices.
Missing, unreadable, and malformed registries all produce an empty list so
startup remains safe. Install and uninstall operations instead use
read_native_package_registry and fail closed on an invalid file.