aboutsummaryrefslogtreecommitdiffstats
path: root/meetup/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'meetup/src/lib.rs')
-rw-r--r--meetup/src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/meetup/src/lib.rs b/meetup/src/lib.rs
index 36cb13b..4383eda 100644
--- a/meetup/src/lib.rs
+++ b/meetup/src/lib.rs
@@ -7,9 +7,10 @@ extern crate serde;
extern crate serde_derive;
extern crate serde_json;
-pub mod client;
pub mod event;
+mod client;
mod errors;
+pub use client::Client;
pub use errors::Error;