service_conventions 0.0.36

Conventions for services
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "oidc")]
pub mod oidc;

#[cfg(feature = "tracing")]
pub mod tracing;

#[cfg(feature = "tracing-http")]
pub mod tracing_http;