Toph
Toph is an HTML generation library.
It's implemented as a declarative macro, html!, that transforms your markup into imperative code to build up an HTML tree.
This tree can then be converted to a string.
let _ = html! ;
Toph is an HTML generation library.
It's implemented as a declarative macro, html!, that transforms your markup into imperative code to build up an HTML tree.
This tree can then be converted to a string.
let _ = html! ;