Skip to content

Releases: LeakIX/ironhtml

v1.0.0

08 Feb 02:52
bfd06b0

Choose a tag to compare

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_std compatible (only uses alloc)
  • WebAssembly build target support
  • Automatic XSS protection via HTML/attribute escaping
  • Strict clippy lints: clippy::all, clippy::pedantic, clippy::nursery

Documentation

https://leakix.github.io/ironhtml/