Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 277 Bytes

html-rs

Generate HTML code using Rust builders with no dependencies (WIP)

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