Add axum support

This commit is contained in:
Joscha 2024-11-27 00:15:01 +01:00
parent d18f9d2171
commit 2b1fefe882
6 changed files with 656 additions and 1 deletions

View file

@ -3,6 +3,8 @@
//!
//! [hiccup]: https://github.com/weavejester/hiccup
#[cfg(feature = "axum")]
mod axum;
mod check;
mod element;
pub mod html;