slugi 0.1.1

A simple Rust library to slugify text (e.g., 'Café au lait' → 'cafe_au_lait').
Documentation
[dependencies]

[[example]]
name = "demo"
path = "examples/demo.rs"

[lib]
name = "slugi"
path = "src/lib.rs"

[package]
authors = ["Om Chaudhary <omghanshyam394@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple Rust library to slugify text (e.g., 'Café au lait' → 'cafe_au_lait')."
edition = "2021"
keywords = ["slugify", "text", "string", "utility"]
license = "MIT"
name = "slugi"
readme = "readme.md"
repository = "https://github.com/yourusername/slugify"
version = "0.1.1"