rill-server 0.24.0

Exporters for rill tracing system
Documentation
1
2
3
4
5
6
7
//! Standalone node that can be embedded into an app.

mod actor;
pub use actor::RillServer;

mod link;
pub use link::*;