irc_lib 0.1.4

Simple IRC library with plugin support
Documentation
1
2
3
4
5
6
7
8
9
mod channel;
mod client;
mod error;
mod irc_server;
mod user;

pub use channel::Channel;
pub use client::Client;
pub use irc_server::Server;