Hyperide
Macros for generating HTML inside Rust. Think of it a bit like leptos, yew, or any other crate that
provides HTML in Rust, but without 99% of the functionality. You write HTML like syntax, and you get
a String
back.
hyperide!
<!-- "wildcard close tag ⬆️" -->
Foo: bar
Hello, world!
This is in a closed paragraph.