mod bundle; pub use bundle::Bundle; mod editor; pub use editor::Editor; mod types; pub use types::{Message, Variant}; mod utils; pub use utils::*; /* #[cfg(test)] mod test { #[test] fn it_can_represent_an_untranslated_message() { todo!() } #[test] fn it_can_represent_a_partially_translated_message() { todo!() } } */