html-rs

Crates.iohtml-rs
lib.rshtml-rs
version0.3.0
sourcesrc
created_at2024-08-18 03:50:41.462098
updated_at2024-08-20 00:15:55.235612
descriptionGenerate HTML code using Rust builders
homepage
repositoryhttps://github.com/ancos2505/html-rs
max_upload_size
id1342308
size79,379
(ancos2505)

documentation

README

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
Commit count: 0

cargo fmt