Crate pircolate
Source pub use message::Message;
pub use command::Command;
pub use tag::Tag;
- command
- The command module contains everything needed to perform strongly typed access
to commands associated with a message.
- error
- message
- The message module contains the
Message
struct which represents an
IRC message either being received from the server or sent by the client. - tag
- The tag module contains everything needed to perform strongly typed access
to tags associated with a message.
- command
- A macro for creating implementations of basic commands with up to four
&str arguments.
- command_match
- A macro for simplifying the process of matching commands.