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