catapulte-engine 0.1.0

The core engine of catapulte with template loading, interpolation and rendering.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, serde::Deserialize)]
pub struct Template {
    pub name: String,
    #[serde(default)]
    pub description: String,
    pub content: String,
    pub attributes: serde_json::Value,
}