5 releases
Uses old Rust 2015
0.1.4 | Sep 7, 2018 |
---|---|
0.1.3 | Apr 20, 2018 |
0.1.2 | Sep 8, 2016 |
0.1.1 | Sep 1, 2015 |
0.1.0 | Jul 13, 2015 |
#116 in Text processing
272,430 downloads per month
Used in 167 crates
(58 directly)
7KB
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");
Dependencies
~175KB