//! Network layer — gRPC connection management and pooling.
//!
//! This module provides network connectivity for Raft cluster communication:
//! - Connection management for initial cluster join operations
//! - Connection pooling for inter-node Raft protocol communication
//! - DNS resolution and TLS support
pub
pub
// Re-export commonly used types
pub use JoinConnectionFactory;
pub use ClientPool;