#slug #slugify #id #letter

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

#7 in #slugify

40 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

~175KB