Crate icu_displaynames

source ·
Expand description

🚧 [Experimental] Display names for regions

This module is published as its own crate (icu_displaynames) and as part of the icu crate. See the latter for more details on the ICU4X project.

🚧 This code is experimental; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. It can be enabled with the "experimental" Cargo feature of the icu meta-crate. Use with caution.

Re-exports

pub use displaynames::DisplayNames;
pub use options::DisplayNamesOptions;
pub use options::Fallback;
pub use options::LanguageDisplay;
pub use options::Style;

Modules

This module contains types and implementations for the Displaynames component.
Options for DisplayNames.
Data provider struct definitions for this ICU4X component.