A minimal, zero-dependency, no_std HTML5 library for Rust.
See the API documentation
for usage examples, the html! macro reference, and detailed API reference.
| Crate | Description |
|---|---|
| ironhtml | Core HTML builder with type-safe elements and XSS protection |
| ironhtml-elements | 110+ HTML5 elements as zero-sized types |
| ironhtml-attributes | Typed HTML5 attributes with validation |
| ironhtml-macro | html! proc-macro for ergonomic HTML generation |
| ironhtml-parser | HTML5 parser and validator |
| ironhtml-bootstrap | Type-safe Bootstrap 5.3 components |
MIT