Cargo Features

[dependencies]
rust_icu_unum = { version = "5.0.0", default-features = false, features = ["use-bindgen", "renaming", "icu_config", "icu_version_in_env", "icu_version_64_plus", "icu_version_67_plus", "icu_version_68_plus", "icu_version_69_max"] }

See the feature description in ../rust_icu_sys/Cargo.toml for details.

default = icu_config, renaming, use-bindgen

These default features are set whenever rust_icu_unum is added without default-features = false somewhere in the dependency tree.

use-bindgen default

Enables use-bindgen of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

renaming default

Enables renaming of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

icu_config default

Enables icu_config of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

icu_version_in_env

Enables icu_version_in_env of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

icu_version_64_plus

Enables icu_version_64_plus of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

icu_version_67_plus

Enables icu_version_67_plus of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

icu_version_68_plus

Enables icu_version_68_plus of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

icu_version_69_max

Enables icu_version_69_max of rust_icu_common, rust_icu_sys, rust_icu_uformattable, rust_icu_uloc, and rust_icu_ustring

rust_icu_unum has 9 features without comments.