Crate icb

Source

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 the Server through the cmd channels.

Functions§

  • Entrypoint for this module; it sets up the Client and Server 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.