Crate tomsg_rs

Source

Re-exports§

pub use connection::Connection;

Modules§

connection
Holds connection related data types.

Structs§

Id
An Id is a non-negative 64-bit integer.
Line
A Line is a str which does not contain newlines.
Message
A tomsg message message in a room.
Word
A Word is a str which does not contain spaces or newlines.

Enums§

Command
A command that is sendable to a tomsg server, with related information.
PushMessage
An item pushed from the tomsg server to the client.
Reply
A reply type and related information.