mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 14:43:05 +02: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() {}
|