aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-11-06 17:37:00 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-11-06 17:37:00 +0100
commit63e1491ff66d428ccacff63ca2db2050076c9a0e (patch)
treee96043208598fcfef333dd0e0ef76995de3707f3 /examples/zot/mod.rs
parent84fea67f78f66c38066ba3d7b248cc502f55c85b (diff)
parent261a6b19461089406b6cad1ddd50c3e56130da8d (diff)
downloadrust-zotapi-63e1491ff66d428ccacff63ca2db2050076c9a0e.tar.gz
rust-zotapi-63e1491ff66d428ccacff63ca2db2050076c9a0e.tar.bz2
rust-zotapi-63e1491ff66d428ccacff63ca2db2050076c9a0e.zip
Merge branch 'rewrite-examples'
Diffstat (limited to 'examples/zot/mod.rs')
-rw-r--r--examples/zot/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/zot/mod.rs b/examples/zot/mod.rs
new file mode 100644
index 0000000..3bb3c93
--- /dev/null
+++ b/examples/zot/mod.rs
@@ -0,0 +1,6 @@
+pub mod abconfig;
+pub mod abook;
+pub mod channel_stream;
+pub mod item;
+pub mod network_stream;
+pub mod xchan;