thymeleaf 0.1.0-beta.1

A framework-neutral Thymeleaf-compatible dynamic template engine for Rust
1
2
3
4
5
//! 模板模式。

mod template_mode;

pub use template_mode::{TemplateMode, TemplateModeParseError};