hypertext
A blazing fast type-checked HTML macro crate.
Features
- Type checking for element names/attributes, including extensible support for custom frameworks like htmx and Alpine.js
#![no_std]
support- Extremely fast, using lazy rendering to minimize allocation
- Integration with all major web frameworks
Example
use *;
let shopping_list = ;
let shopping_list_maud = maud!
.render;
// or, alternatively:
let shopping_list_rsx = rsx!
.render;
Projects Using hypertext
- vidhan.io (my website!)
- The Brainmade Mark
- Lipstick on a pig -- a website for hosting volunteer-built tarballs for KISS Linux
Make a pull request to list your project here!