mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-20 19:51:18 +02:00
Start on plugin ctx API (#64)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
pub mod parser;
|
||||
pub mod renderer;
|
||||
|
||||
pub use parser::*;
|
||||
pub use renderer::*;
|
||||
|
||||
pub fn template_foo() {}
|
||||
Reference in New Issue
Block a user