libobservability-rs 0.1.1

A library for observability
Documentation
1
2
3
4
5
6
pub mod log;

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