askama-minify 0.3.1

A procedural macro for minifying Askama templates at compile time
Documentation
1
2
3
4
5
6
use askama_minify::template_minify;

#[template_minify(source = "<p></p>", ext = "html")]
fn not_a_template_item() {}

fn main() {}