capitalize 0.3.2

Change first character to upper case and the rest to lower case, and other common alternatives
Documentation
[[bench]]
harness = false
name = "benchmark"
[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.data-test]
version = "0.1"

[features]
default = []
nightly = []

[package]
authors = ["Jesus Hernandez <jesushdez@protonmail.com>", "Bartek Winter <bartekwinter3@gmail.com>"]
categories = ["text-processing"]
description = "Change first character to upper case and the rest to lower case, and other common alternatives"
edition = "2021"
exclude = [".idea/", ".vscode/", ".github/", "tests/", "benches/sample.txt"]
keywords = ["capitalize", "string", "case", "change", "title"]
license = "Unlicense"
name = "capitalize"
readme = "README.md"
repository = "https://github.com/jhg/capitalize-rs"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true