aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-02-14 15:00:27 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-02-14 15:15:10 +0100
commitcd83b0f4c30f21d23bc9046a73c7058c450007e3 (patch)
treef37eb9c94d6d6b9ae064f7a978009af43b710595 /src/lib.rs
parent036fd6b2ea078205f625595cd481cdead307e79d (diff)
downloadrust-zotapi-cd83b0f4c30f21d23bc9046a73c7058c450007e3.tar.gz
rust-zotapi-cd83b0f4c30f21d23bc9046a73c7058c450007e3.tar.bz2
rust-zotapi-cd83b0f4c30f21d23bc9046a73c7058c450007e3.zip
Update abook with struct and request object.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 1be4c92..c363c8e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -25,7 +25,7 @@ mod network_stream;
mod xchan;
pub use abconfig::ABConfig;
-pub use abook::abook;
+pub use abook::Abook;
pub use channel_stream::channel_stream;
pub use client::*;
pub use error::Error;