u/illegible-key-46

Introducing hiper 0.5.0: maud alternative using decl macros
▲ 7 r/rust

Introducing hiper 0.5.0: maud alternative using decl macros

I spent the last week coding up this library to be an alternative option on HTML rendering via macros, like maud, vy and others.

My take on this one was to use as few dependencies as possible and keep the code terse and to the point. This comes with trade-offs, but I'm proud of what could be achieved with a little declarative macro magic.

I'm looking for feedback on the crate, questions, comments, anything!

Cheers!

PS: I'm aware of the [askama templating benchmarks](https://github.com/askama-rs/template-benchmark) and I already have a local branch that puts this library in a competitive spot. I'll PR it later, just fixing a few things.

PPS: I used no AI on this project, not even for proof reading the README and stuff, so forgive me for typos (but point them out so I can fix them).

Github: https://github.com/lsunsi/hiper

Crates: https://crates.io/crates/hiper

Docs: https://docs.rs/hiper/latest/hiper/

u/illegible-key-46 — 9 hours ago