Macros§
Structs§
- ArcLoader
- A loader that uses
Arc<FluentResource>
as its backing storage. This is mainly useful for when you need to load fluent at run time. You can configure the initialisation withArcLoaderBuilder
. - ArcLoader
Builder - Language
Identifier LanguageIdentifier
is a core struct representing a Unicode Language Identifier.- Static
Loader - A simple Loader implementation, with statically-loaded fluent data.
Typically created with the
static_loader!()
macro
Traits§
- Loader
- Something capable of looking up Fluent keys given a language.