Function slugify::slugify [] [src]

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