fhtmx 0.32.0

Create html with rust with support for htmx.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "actix")]
mod actix;
#[cfg(feature = "axum")]
mod axum;
mod fhtmx_error;

pub use fhtmx_error::*;