headache 0.0.1

A type safe HTML templating engine based on standard Rust datastructures inspired by hiccup
Documentation
  • Coverage
  • 39.47%
    60 out of 152 items documented5 out of 9 items with examples
  • Size
  • Source code size: 96.07 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • UnicornyRainbow

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