[][src]Module irc3::proto::message

Structs

Message

A full IRC message that can be reprocessed back into its encoded form.

ParamsIter

Used to iterate over the contents of a raw IRC message's params

ParseError
Prefix

A prefix of an IRC message.

Tag

A single IRC3 tag.

TagsIter

An iterator over the tags of a raw IRC message.

Enums

ParseErrorKind

Constants

IRC_PREFIX_HOST_SEP
IRC_PREFIX_START
IRC_PREFIX_USER_SEP
IRC_TAG_END_SEP
IRC_TAG_START
IRC_TAG_VALUE_SEP
IRC_TAG_VENDOR_SEP
IRC_TRAILING

Type Definitions

Result