zus-discovery 1.1.4

Service discovery client for ZUS RPC framework with ZooServer integration
Documentation
1
2
3
4
5
6
7
8
// ZUS Service Discovery - ZooServer-based service discovery and load balancing

pub mod pool;
pub mod registry;
pub mod selector;
pub mod zooserver;

pub use {pool::*, registry::*, selector::*, zooserver::*};