pub fn slugify( string: &str, stop_words: &str, sep: &str, max_length: Option<usize>, randomness: bool, randomness_length: usize, ) -> String