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 astr
which does not contain newlines. - Message
- A tomsg message message in a room.
- Word
- A
Word
is astr
which does not contain spaces or newlines.
Enums§
- Command
- A command that is sendable to a tomsg server, with related information.
- Push
Message - An item pushed from the tomsg server to the client.
- Reply
- A reply type and related information.