axum-rh 0.2.8

A helper library for the axum router
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(feature = "base")]
pub mod api_response;
#[cfg(feature = "base")]
pub use api_response::ApiResponse;
#[cfg(feature = "base")]
pub mod endpoint;
#[cfg(feature = "base")]
pub use endpoint::Endpoint;
#[cfg(feature = "models")]
pub mod response_body;
#[cfg(feature = "models")]
pub use response_body::ResponseBody;