Function cargo_util::paths::bytes2path
source · pub fn bytes2path(bytes: &[u8]) -> Result<PathBuf>
Expand description
Converts UTF-8 bytes to a path.
pub fn bytes2path(bytes: &[u8]) -> Result<PathBuf>
Converts UTF-8 bytes to a path.