Module api

Source
Expand description

core structs and traits

§API

These traits and structs represent the main codemp library API.

Re-exports§

pub use change::BufferUpdate;
pub use change::TextChange;
pub use config::Config;
pub use controller::AsyncReceiver;
pub use controller::AsyncSender;
pub use controller::Controller;
pub use cursor::Cursor;
pub use cursor::Selection;
pub use event::Event;
pub use user::User;

Modules§

change
a generic representation of a text change
config
client configuration
controller
a generic async provider for bidirectional communication
cursor
representation for an user’s cursor
event
live events in workspaces
user
data structure for remote users