slugify icon indicating copy to clipboard operation
slugify copied to clipboard

A utility macro for flexible slug generation that handles unicode.

Results 1 slugify issues
Sort by recently updated
recently updated
newest added

Thanks a ton for this crate! If one uses `slugify!("hello world", separator = "")` this will lead to a panic. My use case was part of a process to reduce...