| Crates.io | slug_intl |
| lib.rs | slug_intl |
| version | 1.0.0 |
| created_at | 2024-07-31 06:21:46.152879+00 |
| updated_at | 2025-01-20 21:55:12.638778+00 |
| description | Slugify strings while preserving printable Unicode characters for modern browsers. |
| homepage | |
| repository | https://github.com/danieldickison/slug_intl |
| max_upload_size | |
| id | 1320670 |
| size | 6,562 |
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.