pimconf 0.1.0

CLI and lib to discover PIM-related services
1
2
3
4
5
pub mod dns;
#[cfg(any(feature = "autoconfig", feature = "pacc"))]
pub mod http;
#[cfg(feature = "client")]
pub mod pool;