html-rs 0.1.1

Generate HTML code using Rust builders
Documentation

html-rs

Generate HTML code using Rust builders

Getting started

Run examples/getting_started.rs example:

cargo run --example getting_started

or to show structs origin:

cargo run --example getting_started --features debug