Cargo Features
timext has no features set by default.
[dependencies]
timext = { version = "0.3.2", features = ["full", "month", "parts", "serde", "rand"] }
- full = month, parts
- month full?
-
Enables timext-month
- parts full?
-
Enables timext-parts
- serde
-
Enables serde of timext-month and timext-parts
- rand
-
Enables rand of timext-month and timext-parts
timext has 5 features without comments.