Expand description
Parse IRC like a boss.
This library provides helpers to tokenize and build IRC messages, while keeping the number of allocations minimal.
Modules§
- Mode parsing and validation
- The list of IRC replies.
Structs§
- Helper to build IRC messages.
- An IRC message.
- Helper to build an IRC message.
- A message tag.
- Helper to build the tags of an IRC message.
Enums§
- The list of known commands.
Constants§
- The recommended length of a message.
- The number of elements in
Message::params
.
Functions§
- Assert all data of a message.
- Match a tag escape with its meaningful character.
- An iterator over the tags of a string.