Crate hyperide

Source

Modules§

htmx
hyperscript
tailwind
vercel

Macros§

hyperide
Converts a HTML like syntax into a string.
include_htmx
include_hyperscript
include_script
Bakes javascript from a file into hyperide. Will insert it inside <script> tags and allows you to write javascript in a .js file but include it in generated HTML without needing to serve the file separately and causing an additional request from the client.
include_style
Bakes css from a file into hyperide. Will insert it inside <style> tags and allows you to write styles in a .css file but include it in generated HTML without needing to serve the file separately and causing an additional request from the client.
include_tailwind
A variant of crate::include_style! that explicitly includes the tailwind output generated by bootstrap

Structs§

HyperText

Traits§

IntoAttrText
IntoHyperText