pub mod buffer_shared_ref;
pub mod buffer_state;
pub mod document_identifier;
pub mod label;
pub mod text_buffer;
pub mod text_edit;
mod buffer_state_test;
pub mod contents_and_cursors;
#[cfg(test)]
mod rope_tests;
pub mod buffer_state_fuzz;
mod ident_type;