Skip to main content

Module text_buffer

Module text_buffer 

Source
Expand description

Text buffer with rope-based storage for efficient text editing.

Wraps ropey::Rope with a clean API for line-oriented text editing operations used by the crate::widget::TextArea widget.

Structsยง

TextBuffer
A text buffer backed by a rope data structure for efficient editing.