Releases: LeakIX/ironhtml
Releases · LeakIX/ironhtml
v1.0.0
ironhtml v1.0.0
Initial release of the ironhtml workspace — a minimal, zero-dependency HTML builder for Rust.
Crates
| Crate | Description |
|---|---|
| ironhtml | Core HTML builder with type-safe construction and XSS protection |
| ironhtml-elements | 110+ HTML5 elements as zero-sized types |
| ironhtml-attributes | Typed attributes (global + element-specific) |
| ironhtml-macro | html! proc-macro for ergonomic HTML generation |
| ironhtml-parser | HTML5 parser following the WHATWG Living Standard |
| ironhtml-bootstrap | Type-safe Bootstrap 5.3 component library |
Highlights
no_stdcompatible (only usesalloc)- WebAssembly build target support
- Automatic XSS protection via HTML/attribute escaping
- Strict clippy lints:
clippy::all,clippy::pedantic,clippy::nursery