Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danieldickison/slug_intl

Rust lib to slugify strings in a Unicode-preserving way.
https://github.com/danieldickison/slug_intl

crate rust slugify

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.