Skip to main content

absolute_path

Function absolute_path 

Source
pub(crate) fn absolute_path(path: PathBuf) -> PathBuf
Expand description

Create an absolute path out of a PathBuf.

The clean method is relatively expensive Therefore we cache this call to reduce allocs and wall time https://stackoverflow.com/a/54817755/270334

ยงCaching

This is a cached function that uses the ABSOLUTE_PATH cached static.