pub(crate) fn absolute_path(path: PathBuf) -> PathBufExpand 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.