Crate axum_restful
source ·Expand description
axum A restful framework based on axum
and sea-orm
. Inspired by django-rest-framework
.
The goal of the project is to build an enterprise-level production framework.
Re-exports
pub use db::get_db_connection_pool;
pub use error::AppError;
pub use views::ModelViewExt;