axum-htmx/src/lib.rs

4 lines
59 B
Rust
Raw Normal View History

2023-07-22 22:37:15 +02:00
#![forbid(unsafe_code)]
pub mod request;
pub mod response;