Crate hyperide

source ·

Modules

Macros

  • Converts a HTML like syntax into a string.
  • 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.
  • 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.
  • A variant of crate::include_style! that explicitly includes the tailwind output generated by bootstrap

Structs

Traits