Crates.io | slug |
lib.rs | slug |
version | 0.1.6 |
source | src |
created_at | 2015-07-13 16:35:01.819804 |
updated_at | 2024-08-15 20:04:40.170528 |
description | Convert a unicode string to a slug |
homepage | https://github.com/Stebalien/slug-rs |
repository | https://github.com/Stebalien/slug-rs |
max_upload_size | |
id | 2598 |
size | 17,598 |
A small library for generating slugs from unicode strings.
Documentation: https://docs.rs/slug
extern crate slug;
use slug::slugify;
let slug = slugify("Hello world");