Skip to main content

resolve_iri_to_url

Function resolve_iri_to_url 

Source
pub fn resolve_iri_to_url(
    iri: &str,
    import_paths: &HashMap<String, Url>,
) -> Option<Url>
Expand description

Resolve an IRI to a local file URL using the import_paths mapping.