diff options
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ mod item; mod xchan; pub use client::Client; +pub use error::Error; 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 | 1 |
@@ -27,6 +27,7 @@ mod item; mod xchan; pub use client::Client; +pub use error::Error; pub fn client(url: &str, user: &str, pw: &str) -> Client { |