Experimenting with more structured ways to handle command-line input/output in Rust
mod group;
mod parse_fluent;
mod parse_macro;

pub use parse_macro::localize;