Cargo Features

handy-rs has no features set by default.

[dependencies]
handy-rs = { version = "2.1.0", features = ["full", "collections", "human", "itertools", "parse", "pattern"] }
full = collections, human, itertools, parse, pattern
collections full?

Affects handy-rs::collections

human full?

Enables num-traits

Affects handy-rs::human

itertools full?

Affects handy-rs::iter

parse full?

Affects handy-rs::parse

pattern full?

Enables levenshtein and regex

Affects handy-rs::pattern