Function cargo::core::compiler::output_depinfo::render_filename
source · fn render_filename<P: AsRef<Path>>(
path: P,
basedir: Option<&str>
) -> CargoResult<String>
Expand description
Bacially just normalizes a given path and converts it to a string.