pub fn load_default() -> Result<Catalog>Expand description
Load a catalog using the default discovery rules — convenience
wrapper combining discover_catalog_paths and
Catalog::from_files. Silently skips paths that don’t exist
(a fresh macOS install, for example, returns an empty catalog).