aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTill Hoeppner2015-06-27 23:40:38 +0200
committerTill Hoeppner2015-06-27 23:40:38 +0200
commit577a0662897efb105ab794444fbeb62c783c3b16 (patch)
treeeec1b164c6698f6b3055ce65cfb05d16d76cf7aa /src/lib.rs
parent1e1dd0b217b627ce24ce280c5cf5e9dd27a38ba2 (diff)
downloadirsc-577a0662897efb105ab794444fbeb62c783c3b16.tar.gz
irsc-577a0662897efb105ab794444fbeb62c783c3b16.tar.xz
irsc-577a0662897efb105ab794444fbeb62c783c3b16.zip
Add to_static functionality for Replies
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c9dade4..32f153d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -33,7 +33,7 @@ pub use message::{ Message, MsgType };
pub use command::Command;
pub use reply::Reply;
pub use event::Event;
-pub use client::Client;
+pub use client::{ Client, OwnedClient, SharedClient };
#[derive(Debug)]
pub enum IrscError {