rill_engine/tracers/
mod.rs

1//! Tracers to send specific types of tracing data.
2//! All implementation are strict and explicit.
3//! Flexible implementations can be found in the `rillrate` crate.
4
5//pub mod link;
6// TODO: Delete meta
7//pub mod meta;
8pub mod tracer;
9
10#[cfg(feature = "meio-addon")]
11pub mod meio_addon;