diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-11-06 17:37:00 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-11-06 17:37:00 +0100 |
commit | 63e1491ff66d428ccacff63ca2db2050076c9a0e (patch) | |
tree | e96043208598fcfef333dd0e0ef76995de3707f3 /src | |
parent | 84fea67f78f66c38066ba3d7b248cc502f55c85b (diff) | |
parent | 261a6b19461089406b6cad1ddd50c3e56130da8d (diff) | |
download | rust-zotapi-63e1491ff66d428ccacff63ca2db2050076c9a0e.tar.gz rust-zotapi-63e1491ff66d428ccacff63ca2db2050076c9a0e.tar.bz2 rust-zotapi-63e1491ff66d428ccacff63ca2db2050076c9a0e.zip |
Merge branch 'rewrite-examples'
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 { |