irc_lib 0.1.4

Simple IRC library with plugin support
Documentation
1
2
3
4
5
mod error;
mod irc_message;

pub use error::Error;
pub use irc_message::*;