titlecase 2.1.0

A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.lazy_static]
version = "1.0"

[dependencies.regex]
version = "1.5"

[package]
authors = ["Wesley Moore <wes@wezm.net>"]
categories = ["text-processing"]
description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball."
documentation = "https://docs.rs/titlecase"
keywords = ["title", "case", "capitalization", "capitalisation", "capitalize"]
license = "MIT"
name = "titlecase"
readme = "README.md"
repository = "https://github.com/wezm/titlecase"
version = "2.1.0"