diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-24 17:37:29 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-24 17:37:29 +0200 |
commit | c943e530d50452b23c8148a113574ec85e9207b3 (patch) | |
tree | 79f4662b88c128a74c3e79a3decbffc907ae22c1 /src | |
parent | 84fea67f78f66c38066ba3d7b248cc502f55c85b (diff) | |
download | rust-zotapi-c943e530d50452b23c8148a113574ec85e9207b3.tar.gz rust-zotapi-c943e530d50452b23c8148a113574ec85e9207b3.tar.bz2 rust-zotapi-c943e530d50452b23c8148a113574ec85e9207b3.zip |
Export zotapi::Client
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ mod error; mod item; mod xchan; -use client::Client; +pub use client::Client; pub fn client(url: &str, user: &str, pw: &str) -> Client { |