Re-exports§
pub use error::GlossaError as Error;pub use error::GlossaResult as Result;pub use fallback::try_init_chain;pub use fallback::try_init_chain_from_slice;
Modules§
Structs§
- LangID
- Language Identifier
LanguageIdentifieris a core struct representing a Unicode Language Identifier. - Locale
Context std - A context holder for locale-related information and fallback chains. Manages current locale, supported locales, and cached fallback chains.
- MiniStr
- A
CompactStringis a compact string type that can be used almost anywhere aStringorstrcan be used.