Stebalien / slug-rs

A small library for generating ASCII slugs from unicode strings.

Home Page:https://stebalien.github.io/slug-rs/slug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://stebalien.github.io/slug-rs/slug

License:Apache License 2.0


Languages

Language:Rust 100.0%