| Crates.io | html-rs |
| lib.rs | html-rs |
| version | 0.3.0 |
| created_at | 2024-08-18 03:50:41.462098+00 |
| updated_at | 2024-08-20 00:15:55.235612+00 |
| description | Generate HTML code using Rust builders |
| homepage | |
| repository | https://github.com/ancos2505/html-rs |
| max_upload_size | |
| id | 1342308 |
| size | 79,379 |
Generate HTML code using Rust builders with no dependencies (WIP)
Run examples/getting_started.rs example:
cargo run --example getting_started
or to show structs origin:
cargo run --example getting_started --features debug