Cargo Features
[dependencies]
tz-rs = { version = "0.7.3", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default whenevertz-rsis added withoutsomewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
find::FoundDateTimeList,error::parse,timezone::TimeZone,timezone::TimeZoneSettings…