Added the signature for passing filters into the render function.

Added the signature for passing filters into the render function but I am not yet using the filters.
This commit is contained in:
Tom Alexander
2020-04-12 21:54:15 -04:00
parent 70cb107f86
commit 883bda7a78
6 changed files with 30 additions and 22 deletions

View File

@@ -1,7 +1,4 @@
extern crate nom;
mod parser;
mod renderer;
pub use renderer::compile_template;
pub use renderer::DustRenderer;
pub mod parser;
pub mod renderer;