Cargo Features

tpuf_icu_provider_211 has no features set by default.

[dependencies]
tpuf_icu_provider_211 = { version = "7.0.0", features = ["std", "alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "sync", "zerotrie"] }
std deserialize_bincode_1? export? = alloc
alloc std?

Enables stable_deref_trait and writeable, alloc of yoke, zerofrom, zerovec, and optional zerotrie and alloc of tpuf_icu_locale_core_211 and optional serde

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

Affects baked::DataStore.iter, data_provider::IterableDataProvider, data_provider::IterableDynamicDataProvider, tpuf_icu_provider_211::hello_world, tpuf_icu_provider_211::log, request::DataIdentifierCow, tpuf_icu_provider_211::serde_borrow_de_utils

baked

Enables writeable and zerotrie

Affects tpuf_icu_provider_211::baked

deserialize_bincode_1 = serde, std

Enables bincode ^1.3.1

deserialize_json = serde

Enables serde_json

Affects hello_world::HelloWorldJsonProvider

deserialize_postcard_1 = serde

Enables postcard

export = serde, std, sync

Enables databake, erased-serde, and postcard, databake of zerovec

Affects tpuf_icu_provider_211::export, marker::DataMarkerInfo.attributes_domain, marker::DataMarkerInfo.expose_baked_consts, varule_traits::MaybeEncodeAsVarULE

logging

Enables log

serde deserialize_bincode_1? deserialize_json? deserialize_postcard_1? export?

Enables serde, serde of yoke

Affects tpuf_icu_provider_211::serde_borrow_de_utils

sync export?
zerotrie