headache

Crates.ioheadache
lib.rsheadache
version0.0.1
created_at2025-04-07 20:06:41.830533+00
updated_at2025-04-07 20:06:41.830533+00
descriptionA type safe HTML templating engine based on standard Rust datastructures inspired by hiccup
homepage
repositoryhttps://codeberg.org/UnicornyRainbow/headache
max_upload_size
id1624676
size96,072
Unicorn (UnicornyRainbow)

documentation

README

headache

A type safe HTML templating engine based on standard Rust datastructures inspired by hiccup

TODO

  • Add way more HTML elements

Examples

Coming soon :)

Currently implemented

  • global Attributes
  • ´a´

FAQ

  • Why this name? - I wanted something similar to hiccup but not hiccup... I don't know... I'm not good with names
  • Why does it not look like hiccup? - I tried to capture the good things about hiccup, this is not the (actually very nice syntax) but the fact that it uses default data structures. I still tried to use as simple of a syntax as possible
Commit count: 0

cargo fmt