pub fn canonicalize_using_scheme<'a>(
    scheme: &str,
    path: &'a str
) -> Option<String>
Expand description

Make a path that is relative to the root of a scheme into a full path, following the rules of canonicalize_using_cwd.