File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Below is a list of currently available time zone providers.
2222
2323- ` ZoneInfo64TzdbProvider ` : a provider using ICU4C's zoneinfo64 resource bundle (enable with ` zoneinfo64 ` features flag)
2424- ` FsTzdbProvider ` : a provider that reads and parses tzdata at runtime from the host file system's
25- TZif files (enable with ` tzif ` feature flag)
26- - ` CompiledTzdbProvider ` : a provider that reads and parses tzdata at runtime from TZif's compiled
27- into the application (enable with ` tzif ` feature flag)
28-
29- Coming soon (hopefully), a zero copy compiled tzdb provider (see ` experimental_tzif ` for more).
25+ TZif files (enable with ` tzif ` feature flag)
26+ - ` CompiledTzdbProvider ` : a provider that reads and parses tzdata at runtime from TZifs compiled
27+ into the application (enable with ` tzif ` feature flag)
28+ - ` ZeroCompiledTzdbProvider ` : a provider that deserializes time zone data from TZifs compiled
29+ into the application (enable with ` experimental_tzif ` feature flag)
3030
3131### Time zone provider traits
3232
Original file line number Diff line number Diff line change 1919//! - `ZoneInfo64TzdbProvider`: a provider using ICU4C's zoneinfo64 resource bundle (enable with `zoneinfo64` features flag)
2020//! - `FsTzdbProvider`: a provider that reads and parses tzdata at runtime from the host file system's
2121//! TZif files (enable with `tzif` feature flag)
22- //! - `CompiledTzdbProvider`: a provider that reads and parses tzdata at runtime from TZif's compiled
22+ //! - `CompiledTzdbProvider`: a provider that reads and parses tzdata at runtime from TZifs compiled
2323//! into the application (enable with `tzif` feature flag)
24- //!
25- //! Coming soon (hopefully), a zero copy compiled tzdb provider (see `experimental_tzif` for more).
24+ //! - `ZeroCompiledTzdbProvider`: a provider that deserializes time zone data from TZifs compiled
25+ //! into the application (enable with `experimental_tzif` feature flag)
2626//!
2727//! ## Time zone provider traits
2828//!
You can’t perform that action at this time.
0 commit comments