Function resolve_links

Source
fn resolve_links<'doc>(
    doc: &'doc Crate,
    item: &'doc Item,
    local_html_root_url: &str,
    mappings: &BTreeMap<String, String>,
) -> BTreeMap<&'doc str, Option<String>>