es-fluent 0.16.0

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

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