cloudiful-server 0.2.3

Rust web server bootstrap crate with Actix and Axum adapters
Documentation
1
2
3
4
5
6
mod runtime;

#[cfg(test)]
mod tests;

pub use runtime::{BoundServer, Server};