Initial move to returning results from render calls.

This commit is contained in:
Tom Alexander
2020-04-12 18:29:40 -04:00
parent d30749f709
commit d51392fe8a
5 changed files with 66 additions and 25 deletions

View File

@@ -5,6 +5,8 @@ mod renderable;
mod renderer;
mod walkable;
pub use errors::CompileError;
pub use errors::RenderError;
pub use renderable::Renderable;
pub use renderer::compile_template;
pub use renderer::CompiledTemplate;