Convert bucket table to better CRDT representation

This commit is contained in:
Alex Auvolat
2020-11-20 23:01:12 +01:00
parent e02e9e035e
commit f8a04852a2
8 changed files with 157 additions and 192 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
#[macro_use]
extern crate log;
pub mod crdt;
pub mod schema;
pub mod util;
pub mod crdt;
pub mod table;
pub mod table_fullcopy;
@@ -13,5 +13,5 @@ pub mod table_sharded;
pub mod table_sync;
pub use schema::*;
pub use util::*;
pub use table::*;
pub use util::*;