mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-24 04:12:50 +01:00
7 lines
144 B
Rust
7 lines
144 B
Rust
#![doc = include_str!("../README.md")]
|
|
#![forbid(unsafe_code)]
|
|
pub mod extractors;
|
|
pub mod headers;
|
|
|
|
pub use extractors::*;
|
|
pub use headers::*;
|