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
LanguageIdentifier
is 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
CompactString
is a compact string type that can be used almost anywhere aString
orstr
can be used.