aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
authorYour Name <you@example.com>2020-05-03 20:06:12 +0200
committerYour Name <you@example.com>2020-05-03 20:06:12 +0200
commita3d33d3e680f19c0d61911d64d9e4c30a07f55ab (patch)
treebfd791d4c0ec9430511a2431d1f04c969f552442 /examples/zot/mod.rs
parenteb917c35008d32b3b27bf132b5f831f05888be54 (diff)
downloadrust-zotapi-a3d33d3e680f19c0d61911d64d9e4c30a07f55ab.tar.gz
rust-zotapi-a3d33d3e680f19c0d61911d64d9e4c30a07f55ab.tar.bz2
rust-zotapi-a3d33d3e680f19c0d61911d64d9e4c30a07f55ab.zip
Promote example app to proper command line client.
Diffstat (limited to 'examples/zot/mod.rs')
-rw-r--r--examples/zot/mod.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/zot/mod.rs b/examples/zot/mod.rs
deleted file mode 100644
index 706f496..0000000
--- a/examples/zot/mod.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-pub mod abconfig;
-pub mod abook;
-pub mod channel_stream;
-pub mod group;
-pub mod item;
-pub mod network_stream;
-pub mod xchan;