Expand description
Defines utilities for this crate.
Functionsยง
- copy_
dir - Recursively copies all files from one directory into another.
- deserialize_
and_ sanitize - Custom deserialization method to deserialize and sanitize a string.
- get_
file_ extension - Returns the file extension of a path.
- get_
file_ stem - Returns the file stem of a path.
- get_
filename - Returns the filename of a path.
- serialize_
hashmap_ to_ vec - Custom serialization method to convert a
HashMap<K, V>
toVec<V>
.