1#[allow(clippy::module_inception)] 2mod client; 3pub use client::Iter; 4pub use {client::Client, client::ClientBuilder, client::Iter as SocketIter};