maud 0.27.0

Compile-time HTML templates.
Documentation
1
2
3
4
5
6
7
use maud::html;

fn main() {
    html! {
        a href=
    };
}