diff options
Diffstat (limited to 'src')
-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 { |