Cargo Features

Pluralize has no features set by default.

[dependencies]
pluralize = { version = "0.2.1", features = ["Options", "Remover"] }
Options

Enables implementation of the Pluralize type over Option<T>. Not likely portable

Remover

Enables implementation of the Remover iterator over Pluralize<T>. Not likely portable