api-tools 0.7.0

An API tools library for Rust
Documentation
1
2
3
4
5
//! Server module

// Experimental: #[cfg_attr(docsrs, doc(cfg(feature = "axum")))]
#[cfg(feature = "axum")]
pub mod axum;