Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 971 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 971 Bytes

RUST + HTMX

An illustrative demonstration showcasing the integration of Rust and htmx within a basic embedded web server setup.

The Stack

  • Rust: (can you believe it?)
  • Axum: To serve static assets and power the backend API
  • Askama: For HTML templating, facilitating shared layouts, scripts, CSS, etc.
  • htmx: For reactivity on the UI.
  • Tailwind: To have a simpler CSS management

Further Information

For a comprehensive guide on this project, please refer to the following two articles on medium.com:

Having Trouble?

If you encounter any issues with the code, please don't hesitate to open an issue. While I've provided guidance in my posts, there's always room for improvement, and I'm here to help address any concerns.