Add axum support
This commit is contained in:
parent
d18f9d2171
commit
2b1fefe882
6 changed files with 656 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
//!
|
||||
//! [hiccup]: https://github.com/weavejester/hiccup
|
||||
|
||||
#[cfg(feature = "axum")]
|
||||
mod axum;
|
||||
mod check;
|
||||
mod element;
|
||||
pub mod html;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue