es-fluent 0.18.1

Type-safe Fluent localization derives and runtime traits for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod fluent_choice;
mod fluent_message;
mod label;

pub use fluent_choice::EsFluentChoice;
pub use fluent_message::{
    FluentArgs, FluentArgumentValue, FluentBorrowedArgumentValue, FluentLocalizer,
    FluentLocalizerExt, FluentLocalizerLookup, FluentMessage, FluentMessageLookup,
    FluentOptionalArgumentValue, IntoFluentArgumentValue, IntoFluentValue,
};
pub use label::{FluentLabel, fallback_label, humanize_fluent_entry_id, localize_label};