xitca-web 0.2.2

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")]
pub mod file;

pub use xitca_service::*;