[][src]Crate str_slug

StrSlug correctly turn the given input (string) to a slug. with strong support for unicode.

StrSlug provide an option to append a hash of the given input to the slug.

Structs

StrSlug

Functions

slug

An alias to StrSlug::slug()

slug_hash

Slugify the given string and append the hash of the given value.

slug_hash_len

Slugify the given string and append the hash of the given value (trimed)

slugify

An alias to StrSlug::slug()

str_slug

An alias to StrSlug::slug()