slugify

Function slugify

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