Crate irc_proto

source ·
Expand description

Support for the IRC protocol using Tokio.

Re-exports§

Modules§

  • Enumeration of all supported IRCv3 capability extensions.
  • An extension trait that provides the ability to check if a string is a channel name.
  • An extension trait that provides the ability to strip IRC colors from a string
  • Enumeration of all available client commands.
  • IRC protocol errors using failure.
  • Implementation of IRC codec for Tokio.
  • Implementation of line-delimiting codec for Tokio.
  • A module providing a data structure for messages to and from IRC servers.
  • A module defining an API for IRC user and channel modes.
  • A module providing an enum for a message prefix.
  • Enumeration of all the possible server responses.