pub(crate) fn resolve(
src: &Path,
dst: &PathBuf,
ignore_absolute_local_links: bool,
) -> Result<Option<PathBuf>>Expand description
Resolve dst that was linked to from within src
Returns Ok(None) in case of an absolute local link without a base_url