codemp-nvim/src/lib.rs
alemi ca42874590 feat: refactored and improved operation controller
now polling for changes returns span and text so that it's possible to
edit just the changed region. greatly improved controller internal api
with crate-level traits keeping error handling localized
2023-07-09 03:44:27 +02:00

11 lines
169 B
Rust

pub mod proto;
pub mod client;
pub mod controller;
pub mod cursor;
pub mod errors;
pub mod factory;
pub use tonic;
pub use tokio;
pub use operational_transform as ot;