pub(crate) fn path_relative_to(from: &Path, to: &Path) -> Result<PathBuf>
Computes a relative path from from to to.
from
to
Both from and to must be absolute paths.