mrml 6.0.1

Rust implementation of MJML renderer
Documentation
1
2
3
4
5
6
#[cfg(test)]
mod tests {
    use crate::mj_attributes_all::MjAttributesAll;

    crate::should_sync_parse!(parse_complete, MjAttributesAll, r#"<mj-all color="red" />"#);
}