Cargo Features

[dependencies]
icu_compactdecimal = { version = "0.2.3", default-features = false, features = ["std", "serde", "datagen", "compiled_data", "ryu"] }
default = compiled_data

The compiled_data feature is set by default whenever icu_compactdecimal is added without default-features = false somewhere in the dependency tree.

std datagen?

Enables std of fixed_decimal, icu_decimal ~1.4.0, icu_plurals ~1.4.0, and icu_provider ~1.4.0

serde datagen?

Enables serde, serde of zerovec, serde of icu_decimal ~1.4.0 and icu_plurals ~1.4.0

datagen = serde, std

Enables databake, databake of zerovec

Affects provider::KEYS

compiled_data default

Enables icu_compactdecimal_data, icu_locid_transform ~1.4.0, compiled_data of icu_decimal ~1.4.0, compiled_data of icu_plurals ~1.4.0

Affects provider::Baked

ryu

Enables ryu of fixed_decimal