rstml 0.12.1

Rust templating for XML-based formats (HTML, SVG, MathML) implemented on top of proc-macro::TokenStreams
Documentation
1
2
3
4
5
#[derive(Debug, thiserror::Error)]
pub enum Error {
    #[error("TryFrom failed: {0}")]
    TryFrom(String),
}