Crate pircolate [−] [src]
Reexports
pub use message::Message; |
pub use command::Command; |
pub use tag::Tag; |
Modules
| 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 |
| tag |
The tag module contains everything needed to perform strongly typed access to tags associated with a message. |
Macros
| command |
A macro for creating implementations of basic commands with up to four &str arguments. |