diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-01-12 17:27:29 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-01-12 18:58:19 +0100 |
commit | be04fb276aa4777f5477c579fc82f1cef9b18d65 (patch) | |
tree | 58c884d9f78245e91cb0903179bb1bac09cdfe5d /src/lib.rs | |
parent | 5349a0c4320949d803df0dd8596ba8aa5497c81c (diff) | |
download | rust-zotapi-be04fb276aa4777f5477c579fc82f1cef9b18d65.tar.gz rust-zotapi-be04fb276aa4777f5477c579fc82f1cef9b18d65.tar.bz2 rust-zotapi-be04fb276aa4777f5477c579fc82f1cef9b18d65.zip |
Make channel_stream return error on auth failure
Also reenables the relevant tests.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ pub use verify::Channel; pub use xchan::XChan; // pub use zotapi::ZotAPI; pub use zotapi::new; +pub use zotapi::ZotApi; #[cfg(test)] mod tests { |