Initial implementation of custom Renderable trait.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
//! This module contains a renderer for a rust implementation of LinkedIn Dust
|
||||
|
||||
mod errors;
|
||||
mod renderable;
|
||||
mod renderer;
|
||||
|
||||
pub use renderable::Renderable;
|
||||
pub use renderer::compile_template;
|
||||
pub use renderer::CompiledTemplate;
|
||||
pub use renderer::DustRenderer;
|
||||
|
||||
Reference in New Issue
Block a user