toni 0.1.0

Fast and modular web framework for scalable applications
Documentation
1
2
3
4
5
6
7
mod axum_adapter;
mod axum_route_adapter;
mod route_adapter;

pub use axum_adapter::AxumAdapter;
pub use axum_route_adapter::AxumRouteAdapter;
pub use route_adapter::RouteAdapter;