uxum 0.9.4

Opinionated backend service framework based on axum
Documentation
1
2
3
4
5
6
7
8
9
10
//! Various [`tower`] layers used in the framework.

pub(crate) mod buffer;
pub(crate) mod cors;
pub(crate) mod ext;
pub(crate) mod rate;
pub(crate) mod request_id;
pub(crate) mod throttle;
pub(crate) mod timeout;
pub(crate) mod util;