slug

Crates.ioslug
lib.rsslug
version0.1.5
sourcesrc
created_at2015-07-13 16:35:01.819804
updated_at2023-11-06 15:24:01.91113
descriptionConvert a unicode string to a slug
homepagehttps://github.com/Stebalien/slug-rs
repositoryhttps://github.com/Stebalien/slug-rs
max_upload_size
id2598
size17,559
Steven Allen (Stebalien)

documentation

https://docs.rs/slug

README

slug

A small library for generating slugs from unicode strings.

Documentation: https://docs.rs/slug

Usage

extern crate slug;
use slug::slugify;

let slug = slugify("Hello world");
Commit count: 27

cargo fmt