[][src]Module ellidri::message

Message parsing and building.

Re-exports

pub use rpl::Reply;

Modules

rpl

The list of IRC replies.

Structs

Buffer

Helper to build IRC messages.

Message

An IRC message.

MessageBuffer

Helper to build an IRC message.

ReplyBuffer

An helper to build IRC replies.

Tag

A message tag.

TagBuffer

Enums

Command

The list of commands, generated by commands!.

Constants

MESSAGE_LENGTH

The recommended length of a message.

PARAMS_LENGTH

The number of elements in Message::params.

Functions

assert_msg

Assert all data of a message.

tags