An illustrative demonstration showcasing the integration of Rust and htmx within a basic embedded web server setup.
- 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
For a comprehensive guide on this project, please refer to the following two articles on medium.com:
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.