pub fn filenamify<S: AsRef<str>>(input: S) -> StringExpand description
Convert a input string to a valid filename.
See crate level documentation for an example
pub fn filenamify<S: AsRef<str>>(input: S) -> StringConvert a input string to a valid filename.
See crate level documentation for an example