detrix-rs 1.1.1

Detrix client library for debug-on-demand observability in Rust applications
Documentation
1
2
3
4
5
6
//! HTTP control plane server for the Detrix client.

mod handlers;
mod server;

pub use server::ControlServer;