doido-view 0.0.5

Default Tera engine, layouts, partials — Action View style templating for Doido.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod engine;
pub mod global;
pub mod renderer;
pub mod response;
pub mod tera_engine;

pub use engine::TemplateEngine;
pub use global::{init, render, set_engine, try_engine};
pub use renderer::Renderer;
pub use response::ViewResponse;
pub use tera_engine::TeraEngine;