aboutsummaryrefslogtreecommitdiffstats
path: root/examples/zot/mod.rs
diff options
context:
space:
mode:
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;