pub fn load(root: &Path) -> (LoadedRegistry, LoadReport)Expand description
Load the org tree at root. Returns the registry even when soft-validation
surfaces issues; check report.is_clean() before relying on it.
pub fn load(root: &Path) -> (LoadedRegistry, LoadReport)Load the org tree at root. Returns the registry even when soft-validation
surfaces issues; check report.is_clean() before relying on it.