1 2 3 4 5 6 7 8 9
#[cfg(feature = "yew-i18n")] mod i18n; #[cfg(feature = "translation_templater")] mod templater; #[cfg(feature = "yew-i18n")] pub use i18n::*; #[cfg(feature = "export_translation_templater")] pub use templater::*;