#slug #slugify #id

slugmin

Slug version which allows to use spaces and big letters

3 stable releases

1.0.2 Jul 28, 2021
1.0.1 Jul 26, 2021
1.0.0 Jul 25, 2021

#5 in #slugify

Download history 1/week @ 2024-01-29 4/week @ 2024-02-05 28/week @ 2024-02-12 37/week @ 2024-02-19 44/week @ 2024-02-26 14/week @ 2024-03-04 24/week @ 2024-03-11 17/week @ 2024-03-18 22/week @ 2024-03-25 53/week @ 2024-04-01

118 downloads per month
Used in szyszka

MIT/Apache

9KB
122 lines

slugmin

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

Usage

use slugmin::slugify;

let slug = slugify("Hello world",false);

Dependencies

~180KB