compiling templates in the same manner as the shim

This commit is contained in:
Tom Alexander
2020-04-10 20:27:27 -04:00
parent 7e0a617ba6
commit 743106684a
4 changed files with 56 additions and 1 deletions

6
src/renderer/mod.rs Normal file
View File

@@ -0,0 +1,6 @@
//! This module contains a renderer for a rust implementation of LinkedIn Dust
mod renderer;
pub use renderer::compile_template;
pub use renderer::CompiledTemplate;