Skip to main content

Crate greentic_i18n_lib

Crate greentic_i18n_lib 

Source
Expand description

Core i18n primitives: tag canonicalization, resolver, canonical CBOR + I18nId v1.

Re-exports§

pub use format::BasicBackend;
pub use format::DecimalLike;
pub use format::FormatBackend;
pub use format::FormatFacade;

Modules§

format
Formatting facade that delegates to swappable backends.
tag

Structs§

DefaultResolver
I18n
I18nCache
I18nCacheConfig
I18nCacheEntry
I18nCacheSnapshot
I18nId
Canonical ID derived from a resolved profile (BLAKE3 digest over canonical CBOR).
I18nProfile
I18nRequest
I18nResolution
I18nTag
Represents a canonicalized locale tag.

Enums§

Direction
I18nError
Errors surfaced by the i18n core helpers.
ResolveMode

Traits§

I18nResolver

Functions§

normalize_tag