#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 2/week @ 2023-11-25 1/week @ 2024-01-27 3/week @ 2024-02-03 24/week @ 2024-02-10 30/week @ 2024-02-17 49/week @ 2024-02-24 16/week @ 2024-03-02 11/week @ 2024-03-09

109 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