cleaver 0.0.1

Template engine
Documentation
1
2
3
4
#[typetag::serde(tag = "type")]
pub trait Component {
    fn render(&self) -> &'static str;
}