#html #builder #debugging #html-rs

html-rs

Generate HTML code using Rust builders

9 releases

0.3.0 Aug 20, 2024
0.2.0 Aug 19, 2024
0.1.7 Aug 19, 2024

#351 in Template engine

Download history 37/week @ 2024-12-08 1/week @ 2024-12-15 6/week @ 2025-02-02 1/week @ 2025-02-16

350 downloads per month
Used in 2 crates

MIT license

77KB
3K SLoC

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

No runtime deps

Features