mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 13:19:35 +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::*;
|