titlecase 3.0.0

Capitalize text according to a style defined by John Gruber for Daring Fireball.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.regex]
default-features = false
features = ["std", "perf", "unicode-perl"]
version = "1.10"

[package]
authors = ["Wesley Moore <wes@wezm.net>"]
categories = ["text-processing"]
description = "Capitalize text according to a style defined by John Gruber for Daring Fireball."
documentation = "https://docs.rs/titlecase"
edition = "2021"
keywords = ["title", "case", "capitalization", "capitalisation", "capitalize"]
license = "MIT"
name = "titlecase"
readme = "README.md"
repository = "https://github.com/wezm/titlecase"
rust-version = "1.70.0"
version = "3.0.0"