desert_framework 0.1.1

Micro-framework for building backend applications in Rust with Axum
Documentation
1
2
3
4
5
6
7
8
pub mod controller;
pub mod dependency;
pub mod macros;
pub mod manager;
pub mod service;
pub mod test;

pub use desert_framework_macros::*;