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
18
[package]
name = "titlecase"
description = "A tool and library that capitalizes text according to a style defined by John Gruber for post titles on his website Daring Fireball."
version = "2.1.0"
authors = ["Wesley Moore <wes@wezm.net>"]

documentation = "https://docs.rs/titlecase"
repository = "https://github.com/wezm/titlecase"

readme = "README.md"
license = "MIT"

keywords = ["title", "case", "capitalization", "capitalisation", "capitalize"]
categories = ["text-processing"]

[dependencies]
lazy_static = "1.0"
regex = "1.5"