pub mod parser; pub mod renderer; pub use parser::*; pub use renderer::*; pub fn template_foo() {}