slug

Crates.ioslug
lib.rsslug
version0.1.6
sourcesrc
created_at2015-07-13 16:35:01.819804
updated_at2024-08-15 20:04:40.170528
descriptionConvert a unicode string to a slug
homepagehttps://github.com/Stebalien/slug-rs
repositoryhttps://github.com/Stebalien/slug-rs
max_upload_size
id2598
size17,598
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