mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-23 20:02:50 +01:00
Inlined reexports
This commit is contained in:
parent
8e1094e043
commit
c1c54a17f5
1 changed files with 4 additions and 0 deletions
|
@ -9,9 +9,13 @@ pub mod guard;
|
|||
pub mod headers;
|
||||
pub mod responders;
|
||||
|
||||
#[doc(inline)]
|
||||
pub use extractors::*;
|
||||
#[cfg(feature = "guards")]
|
||||
#[cfg_attr(feature = "unstable", doc(cfg(feature = "guards")))]
|
||||
#[doc(inline)]
|
||||
pub use guard::*;
|
||||
#[doc(inline)]
|
||||
pub use headers::*;
|
||||
#[doc(inline)]
|
||||
pub use responders::*;
|
||||
|
|
Loading…
Reference in a new issue