jmbl 0.5.0

A high performance CRDT
Documentation
mod input;
mod jmbl;
mod jmbl_state;
mod list;
mod io;
mod map;
pub mod mem_use;
mod object;
pub mod ops;
mod sort;
mod sparse_vector;
pub mod stream_format;
mod text;
mod undo_redo;
mod view;

pub use crate::jmbl::JMBL;
pub use crate::jmbl_state::ReadableJMBL;
pub use input::Input;
pub use list::list_view::ListView;
pub use io::{OpSender, OpOutput, SrcID};
pub use map::map_view::MapView;
pub use text::text_view::TextNode;
pub use text::text_view::TextView;
pub use view::jmbl_view::JMBLViewRef;
pub use view::value::Value;
pub use view::ObjView;