cloudiful-server 0.2.0

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

#[cfg(test)]
mod tests;

pub use runtime::{BoundServer, Server};