Added reexports to the proto module.
This commit is contained in:
parent
e7440d9b23
commit
1ca609331c
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue