[][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

A 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.