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