add flowy-sync crate

This commit is contained in:
appflowy 2022-01-14 15:23:21 +08:00
parent f9b552395b
commit 3964508cd8
51 changed files with 1029 additions and 954 deletions

View file

@ -1,5 +1,5 @@
use flowy_collaboration::entities::revision::RevisionState;
use flowy_document::core::{edit::ClientDocumentEditor, SYNC_INTERVAL_IN_MILLIS};
use flowy_document::core::{ClientDocumentEditor, SYNC_INTERVAL_IN_MILLIS};
use flowy_test::{helper::ViewTest, FlowySDKTest};
use lib_ot::{core::Interval, rich_text::RichTextDelta};
use std::sync::Arc;