mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 23:43:55 +01:00
8 lines
101 B
Rust
8 lines
101 B
Rust
pub mod parser;
|
|
pub mod renderer;
|
|
|
|
pub use parser::*;
|
|
pub use renderer::*;
|
|
|
|
pub fn template_foo() {}
|