zelos-trace-grpc 0.0.2

gRPC client and server for Zelos tracing system
Documentation
1
2
3
4
5
mod client;
mod service;

pub use client::{TracePublishClient, TracePublishClientConfig};
pub use service::TracePublishService;