trowel 0.2.0

Tools for writing HTML in Rust
Documentation
1
2
3
4
5
extern crate self as trowel;
pub use trowel_macro::trowel_html;
pub mod html;
pub mod util;
pub use html::{HtmlWriter, ToHtml};