rill-engine 0.41.0

The RillRate Protocol async engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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 link;
// TODO: Delete meta
//pub mod meta;
pub mod tracer;

#[cfg(feature = "meio-addon")]
pub mod meio_addon;