1
2
3
4
5
6
7
8
//! Tracers to send specific types of tracing data.
//! All implementation are strict and explicit.
//! Flexible implementations can be found in the `rillrate` crate.

pub mod control;
pub mod data;
pub mod meta;
pub mod tracer;