Extract worktree, rpc_client, and util crates

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo
2021-10-04 13:07:35 -06:00
co-authored by Max Brunsfeld
parent 154620233b
commit c236b0828c
29 changed files with 489 additions and 307 deletions
+2
View File
@@ -20,6 +20,8 @@ use lazy_static::lazy_static;
use operation_queue::OperationQueue;
use parking_lot::Mutex;
pub use point::*;
#[cfg(any(test, feature = "test-support"))]
pub use random_char_iter::*;
pub use rope::{Chunks, Rope, TextSummary};
use seahash::SeaHasher;
pub use selection::*;