Crate tinyroute

Crate tinyroute 

Source
Expand description

For servers: crate::server

For clients: crate::client

Re-exports§

pub use server::TcpServer;

Modules§

client
server

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Frame
The Frame is used to frame messages, meaning multiple messages could be delivered in one payload, and the Frame is able to separate these messages.
FramedMessage
A message that has a header byte and a content length prefixed to it.

Enums§

Error
Error

Type Aliases§

Result
Result