doido-view 0.0.6

Default Tera engine, layouts, partials — Action View style templating for Doido.
Documentation
1
2
3
4
pub trait TemplateEngine: Send + Sync {
    fn render(&self, template: &str, context: &serde_json::Value) -> doido_core::Result<String>;
    fn reload(&self) -> doido_core::Result<()>;
}