| Crates.io | slugmin |
| lib.rs | slugmin |
| version | 1.0.2 |
| created_at | 2021-07-25 12:37:36.857036+00 |
| updated_at | 2021-07-28 17:48:15.079524+00 |
| description | Slug version which allows to use spaces and big letters. |
| homepage | https://github.com/qarmin/slugmin |
| repository | https://github.com/qarmin/slugmin |
| max_upload_size | |
| id | 427060 |
| size | 21,277 |
A small library for generating slugs from unicode strings.
This is forked version of slug-rs adapted to needs of Szyszka app.
Documentation: https://docs.rs/slugmin
use slugmin::slugify;
let slug = slugify("Hello world",false);