cmr-peer 0.2.0

CMR peer daemon with HTTP/HTTPS/UDP listeners and multi-transport outbound delivery.
Documentation
1
2
3
4
5
6
7
8
9
//! Library entry points for the CMR peer daemon.

pub mod app;
pub mod compressor_client;
pub mod config;
pub mod dashboard;
pub mod transport;
#[cfg(feature = "tui")]
pub mod tui;