Reorganize code

This commit is contained in:
Alex Auvolat
2020-04-23 17:05:46 +00:00
parent 01a8acdeec
commit c9c6b0dbd4
24 changed files with 254 additions and 208 deletions
+6
View File
@@ -0,0 +1,6 @@
pub mod table;
pub mod table_fullcopy;
pub mod table_sharded;
pub mod table_sync;
pub use table::*;