[][src]Module ellidri::message

Message parsing and building.

Re-exports

pub use rpl::Reply;

Modules

rpl

The list of IRC replies.

Structs

Message

An IRC message.

MessageBuffer

Helper to build an IRC message.

ResponseBuffer

Helper to build IRC messages.

Tag

A message tag.

Tags

An iterator over message tags.

Enums

Command

The list of commands, generated by commands!.

Constants

MAX_MESSAGE_LENGTH

The recommended length of a message.

MAX_PARAMS

The number of elements in Message::params.