Skip to main content

installed_native_packages

Function installed_native_packages 

Source
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.