diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-02-14 15:00:27 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-02-14 15:15:10 +0100 |
commit | cd83b0f4c30f21d23bc9046a73c7058c450007e3 (patch) | |
tree | f37eb9c94d6d6b9ae064f7a978009af43b710595 /src/lib.rs | |
parent | 036fd6b2ea078205f625595cd481cdead307e79d (diff) | |
download | rust-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.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |