xitca-web 0.8.0

an async web framework
Documentation
1
2
3
4
5
6
7
8
9
//! service types

#[cfg(feature = "tower-http-compat")]
pub mod tower_http_compat;

#[cfg(feature = "file-raw")]
pub mod file;

pub use xitca_service::*;