stano-axum 0.2.0

Axum HTTP extractors, unified ApiError type, error-logging middleware, declarative request-authorization, and route auto-registration for the Stano platform
Documentation
1
2
3
4
5
mod api_error;
mod error_response;

pub use api_error::ApiError;
pub use error_response::ErrorResponse;