diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-11-06 17:37:00 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-11-06 17:37:00 +0100 |
commit | 63e1491ff66d428ccacff63ca2db2050076c9a0e (patch) | |
tree | e96043208598fcfef333dd0e0ef76995de3707f3 /examples/zot/mod.rs | |
parent | 84fea67f78f66c38066ba3d7b248cc502f55c85b (diff) | |
parent | 261a6b19461089406b6cad1ddd50c3e56130da8d (diff) | |
download | rust-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.rs | 6 |
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; |