1 2 3 4 5
//! HTTP client for communicating with the Detrix daemon. mod client; pub use client::{DaemonClient, RegisterRequest};