service_conventions 0.0.38

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

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

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

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