adjust 0.2.6

Utility library for making serivces on axum easier
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod prelude;

pub mod response;
pub mod controller;
pub mod server;
pub mod service;

mod environment;

pub mod database;
pub use adjust_macro::*;