axum-request-validator 0.2.1

The http-request-validator integration with axum.
Documentation
1
2
3
4
5
6
7
8
9
10
//! [`axum`] integration for the [`http_request_validator`].

mod layer;
mod validation;

pub use self::layer::*;
pub use self::validation::*;

#[cfg(test)]
mod tests;