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: 4 months ago
JSON representation
Rust lib to slugify strings in a Unicode-preserving way.
- Host: GitHub
- URL: https://github.com/danieldickison/slug_intl
- Owner: danieldickison
- License: mit
- Created: 2024-07-31T05:57:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T21:54:12.000Z (over 1 year ago)
- Last Synced: 2025-06-16T08:07:18.997Z (about 1 year ago)
- Topics: crate, rust, slugify
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.