Function foundry_compilers_core::utils::strip_prefix_owned
source ยท pub fn strip_prefix_owned(source: PathBuf, root: &Path) -> PathBufExpand description
Strips root from source and returns the relative path.
pub fn strip_prefix_owned(source: PathBuf, root: &Path) -> PathBufStrips root from source and returns the relative path.