pub fn slugify_str(input: &str, opts: &SlugOpts) -> StringExpand description
Slugify a single string with the given options.
Wrapper around slug_preserve::slugify. See that crate’s docs for
details. This is re-exported so library users don’t need to depend on
slug-preserve directly.