diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2020-01-04 13:15:00 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2020-01-04 13:15:00 +0100 |
commit | 1ba083af3576d20b5c1fc1c6ebacefd91ceb6636 (patch) | |
tree | 54a04c60fcd6721ab5c0cb782f1fc2bef38538b7 /src/lib.rs | |
parent | 862a3b67d701b3c124e1b682db0cee5fc5b711da (diff) | |
download | rust-zotapi-1ba083af3576d20b5c1fc1c6ebacefd91ceb6636.tar.gz rust-zotapi-1ba083af3576d20b5c1fc1c6ebacefd91ceb6636.tar.bz2 rust-zotapi-1ba083af3576d20b5c1fc1c6ebacefd91ceb6636.zip |
abconfig: reorg + parse result into struct.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/>. -mod abconfig; +pub mod abconfig; mod abook; mod channel_stream; mod client; @@ -24,7 +24,6 @@ mod item; mod network_stream; mod xchan; -pub use abconfig::abconfig; pub use abook::abook; pub use channel_stream::channel_stream; pub use client::*; |