Cargo Features
handy-rs has no features set by default.
[dependencies]
handy-rs = { version = "2.0.1", features = ["full", "collections", "human", "parse", "pattern"] }
- full = collections, human, parse, pattern
- collections full?
-
Affects
handy-rs::collections
… - human full?
-
Enables num-traits
Affects
handy-rs::human
… - parse full?
-
Affects
handy-rs::parse
… - pattern full?
-
Enables levenshtein and regex
Affects
handy-rs::pattern
…