aboutsummaryrefslogtreecommitdiff
path: root/src/table/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/mod.rs')
-rw-r--r--src/table/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/table/mod.rs b/src/table/mod.rs
new file mode 100644
index 00000000..e03b8d0b
--- /dev/null
+++ b/src/table/mod.rs
@@ -0,0 +1,6 @@
+pub mod table;
+pub mod table_fullcopy;
+pub mod table_sharded;
+pub mod table_sync;
+
+pub use table::*;