askama-minify 0.3.4

A procedural macro for minifying Askama templates at compile time
Documentation
1
2
3
4
5
6
7
mod css;
mod html;
mod js;
pub(crate) mod template;
mod util;

pub(crate) use html::{has_sensitive_template_context, minify_html, minify_html_fragment};