diff options
-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 { |
index : rust-zotapi.git | ||
Zot API wrapper in Rust. | Harald Eilertsen |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/lib.rs | 2 |
@@ -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 { |