Modules§
Structs§
- Representation of the client/user state.
- Session parameters provided by client upon initialization.
- Representation of the connection to the remote server.
Enums§
- Commands a
Client
can send to theServer
through thecmd
channels.
Functions§
- Entrypoint for this module; it sets up the
Client
andServer
structs and establishes a connection to the configured server.
Type Aliases§
- Messages the client needs to format/display to the user. First field is always the packet type (
T_*
), followed by a type-specific order.