Cargo Features
[dependencies]
date_utils = { version = "0.0.6", default-features = false, features = ["full", "day", "common", "millisecond", "quarter"] }
- default = common
-
The
common
feature is set by default wheneverdate_utils
is added without
somewhere in the dependency tree.default-features = false - full = common, day, decade, hour, millisecond, minute, month, now, period, quarter, range, second, utils, week, year
- utils second hour year month day full?
- common default full?
- minute now period week millisecond full?
- range decade quarter full?
DateUtils has 6 features without comments.