[][src]Crate tmi_parser

TMI message parsing library.

Enums

Message

Possible types of TMI messages. Unrecognized messages are handled by the associated [parse] function.

TagValue

Possible values of message tags.

Type Definitions

Tags

Tags is type alias for a HashMap whose keys are &str and values TagValue. Uses slice &str instead of owned String in order to avoid data duplication. Also uses a custom hasher which implements the 'Fnv 1a' hash function.