daoyi-cloud-common 0.9.0

Common infrastructure library for daoyi-cloud-rs: JWT auth, error handling, pagination, validation, OpenAPI docs, and more
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod app;
pub mod auth;
pub mod conf;
pub mod constants;
pub mod db;
pub mod error;
pub mod extract;
pub mod logger;
pub mod openapi;
pub mod pojo;
pub mod response;
pub mod server;
pub mod utils;