slugmin 1.0.2

Slug version which allows to use spaces and big letters.
Documentation

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);