axum-bootstrap 0.1.32

a way to bootstrap a web server with axum, including TLS, logging, monitoring, and more.
Documentation
1
2
3
4
5
6
#[cfg(feature = "use_env_logger")]
pub mod env_logger;
#[cfg(feature = "use_flexi_logger")]
pub(crate) mod flexi_logger;
#[cfg(feature = "use_tracing_subscriber")]
pub mod tracing;