//! Types and tools for `protosocket-rpc` clients.
//!
//! See example-proto or example-messagepack for how to make clients.
pub use ;
pub use RpcClient;
pub use ;
pub use StreamingCompletion;
pub use UnaryCompletion;
pub use ClientConnector;
pub use ConnectionPool;