//! Conveniences for writing protosocket servers.
//!
//! See example-telnet for the simplest full example of the entire workings,
//! or example-proto for an example of how to use this crate with protocol buffers.
pub
pub
pub use ProtosocketServer;
pub use ProtosocketServerConfig;
pub use ProtosocketSocketConfig;
pub use ServerConnector;
pub use Error;
pub use Result;