Inlined reexports

This commit is contained in:
ItsEthra 2023-12-03 22:38:43 +03:00
parent 8e1094e043
commit c1c54a17f5

View file

@ -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::*;