[go: up one dir, main page]

slug 0.1.3

Convert a unicode string to a slug
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "slug"
keywords = ["slugify", "slug", "id"]
version = "0.1.3"
authors = ["Steven Allen <steven@stebalien.com>"]

description = "Convert a unicode string to a slug"
license = "MIT/Apache-2.0"
readme = "README.md"

repository = "https://github.com/Stebalien/slug-rs"
homepage = "https://github.com/Stebalien/slug-rs"
documentation = "https://docs.rs/slug"

[dependencies]
unidecode = "0.3"