Added reexports to the proto module.

This commit is contained in:
Aaron Weiss 2017-06-20 11:48:42 -04:00
parent e7440d9b23
commit 1ca609331c
No known key found for this signature in database
GPG key ID: 0237035D9BF03AE2

View file

@ -6,3 +6,9 @@ pub mod irc;
pub mod line;
pub mod message;
pub mod response;
pub use self::caps::{Capability, NegotiationVersion};
pub use self::command::{BatchSubCommand, Command};
pub use self::irc::IrcCodec;
pub use self::message::Message;
pub use self::response::Response;