Crate glossa

Source

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§

error
fallback
Contains the FallbackChain Trait implementation
misc
sysstd
traits

Structs§

LangID
Language Identifier LanguageIdentifier is a core struct representing a Unicode Language Identifier.
LocaleContextstd
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 a String or str can be used.