aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-10-28 22:12:17 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-10-28 22:24:42 +0100
commit75dcb1e9dc2c554e7193daeb1a84157fbcd8603d (patch)
tree867972dda090d5ab287755f00498119bb2934332 /examples/zot/mod.rs
parent8760299b1c5ca352db2146c5ed63a3ed8bd2c599 (diff)
downloadrust-zotapi-75dcb1e9dc2c554e7193daeb1a84157fbcd8603d.tar.gz
rust-zotapi-75dcb1e9dc2c554e7193daeb1a84157fbcd8603d.tar.bz2
rust-zotapi-75dcb1e9dc2c554e7193daeb1a84157fbcd8603d.zip
Move zot cli example modules into submodule.
Also rename example from zot to zotcli to avoid name clash.
Diffstat (limited to 'examples/zot/mod.rs')
-rw-r--r--examples/zot/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/zot/mod.rs b/examples/zot/mod.rs
new file mode 100644
index 0000000..089a4cb
--- /dev/null
+++ b/examples/zot/mod.rs
@@ -0,0 +1,4 @@
+pub mod abook;
+pub mod channel_stream;
+pub mod network_stream;
+pub mod xchan;