Skip to main content

resolve_source_roots

Function resolve_source_roots 

Source
pub fn resolve_source_roots(
    manifest: &Manifest,
) -> Result<Vec<String>, ManifestError>
Expand description

Resolve a manifest’s source_root(s) declarations to canonical absolute path strings. Each entry must canonicalise to an existing directory; failures bubble as a ManifestError.