derust 0.1.1

Easy way to start your Rust asynchronous application server using Tokio and Axum frameworks.
Documentation
1
2
3
4
5
6
7
mod environment;
pub(crate) mod error;
mod loader;

pub use environment::*;
pub use error::*;
pub use loader::*;