Expand description

This module contains the definition of a protocol message, along with tools to parse and string-format it.

Structs

An incoming message that carries around the originating line from the client. We need this line for the error message if something goes wrong.

Enums

Enum that represents any message that can be sent over the network in the protocol, and some others that are only used internally.

Constants