Modules§
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.jsfile 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.cssfile 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 bybootstrap