fluent-static-codegen 0.6.1

Automatically generate Rust functions from Fluent message files for streamlined localization in Rust applications.
Documentation
1
2
3
4
5
6
7
8
pub mod ast;
mod error;
mod language;
mod message;
mod types;
pub use error::Error;
pub use message::MessageBundleBuilder;
pub mod function;