koi-net 0.4.1

Local network toolkit: service discovery, DNS, health monitoring, TLS proxy, and certificate mesh
1
2
3
4
5
6
7
pub mod cli;
pub mod dashboard;
pub mod dispatch;
pub mod http;
#[allow(dead_code)] // Wired from main.rs when certmesh TLS material is available
pub mod mtls;
pub mod pipe;