Expand description
For servers: crate::server
For clients: crate::client
Re-exports§
pub use server::TcpServer;
Modules§
Structs§
- Bytes
- A cheaply cloneable and sliceable chunk of contiguous memory.
- Frame
- The
Frameis used to frame messages, meaning multiple messages could be delivered in one payload, and theFrameis able to separate these messages. - Framed
Message - A message that has a header byte and a content length prefixed to it.
Enums§
- Error
- Error
Type Aliases§
- Result
- Result