html-rs 0.3.0

Generate HTML code using Rust builders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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
```