Crate slug_intl

Source
Expand description

§slug_intl

Provides a simple slugify function to create a String suitable for use as a URL path component. Unlike other similar libraries, this maintains non-ASCII Unicode characters, which are well-supported by current browsers using percent-encoding.

Functions§

slugify
Converts str to a String suitable for use as a URL path component.