pub fn hash_path<P: AsRef<Path>>(p: P) -> String
Hash a path (as str, string, Cow<str>, Path, PathBuf) into a predictable string. It will allow to check quickly if a file is already created.
str, string, Cow<str>, Path, PathBuf