Expand description

A collection of handy synchronous-only parts of the crate.

Re-exports

pub use crate::sender;
pub use crate::sender::Writer;
pub use crate::receiver;
pub use crate::receiver::Reader;
pub use crate::server::sync::Server;
pub use crate::client::sync::Client;

Modules

A collection of handy synchronous-only parts of the client module.

A collection of handy synchronous-only parts of the server module.

A collection of traits and implementations for synchronous streams.

Traits

Represents a stream that can be read from, and written to. This is an abstraction around readable and writable things to be able to speak websockets over ssl, tcp, unix sockets, etc.