Skip to content

A small library for generating ASCII slugs from unicode strings.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Stebalien/slug-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small library for generating ASCII slugs from unicode strings.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages