pub fn slugify(s: &str) -> String
Slugify a string: lowercase, replace spaces and punctuation with -.
-