vyuh 0.2.6

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
1
2
3
4
5
#[cfg(feature = "cors")]
mod cors;

#[cfg(feature = "cors")]
pub use cors::CorsMiddleware;