/slug_intl

Rust lib to slugify strings in a Unicode-preserving way.

Primary LanguageRustMIT LicenseMIT

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.