aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2024-01-12 17:27:29 +0100
committerHarald Eilertsen <haraldei@anduin.net>2024-01-12 18:58:19 +0100
commitbe04fb276aa4777f5477c579fc82f1cef9b18d65 (patch)
tree58c884d9f78245e91cb0903179bb1bac09cdfe5d /src/lib.rs
parent5349a0c4320949d803df0dd8596ba8aa5497c81c (diff)
downloadrust-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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d1df0ad..8f94a8d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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 {