ro11y 0.1.0

Lightweight Rust observability. Hand-rolled OTLP protobuf over HTTP, built on tracing.
Documentation
1
2
3
4
5
pub mod propagation;
pub mod request;

pub use propagation::{PropagationLayer, PropagationService};
pub use request::{CfRequestIdLayer, CfRequestIdService};