(not well tested) use merkle tree for sync

This commit is contained in:
Alex Auvolat
2021-03-11 18:28:03 +01:00
parent 94f3d28774
commit 046b649bcc
11 changed files with 765 additions and 985 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ pub mod crdt;
pub mod schema;
pub mod util;
pub mod data;
pub mod merkle;
pub mod replication;
pub mod data;
pub mod sync;
pub mod table;
pub mod table_sync;
pub use schema::*;
pub use table::*;