Skip to main content

Crate typ_buffer

Crate typ_buffer 

Source

Re-exports§

pub use buffer::TextBuffer;
pub use change::Shift;
pub use position::Position;
pub use position::display_to_grapheme_col;
pub use position::display_width;
pub use position::display_width_with_tabs;
pub use position::grapheme_to_display_col;
pub use search::SearchQuery;
pub use search::find_in_line;
pub use selection::Selection;
pub use selection::Selections;
pub use undo::EditKind;
pub use word::next_word_boundary;
pub use word::previous_word_boundary;
pub use word::word_at;

Modules§

buffer
change
Mapping a position forward through edits that have already been applied.
position
search
Literal, line-scoped search.
selection
Cursors and selections.
undo
word
Word-wise motion.