Skip to main content

load

Function load 

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