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ยง
- Text
Buffer - A text buffer backed by a rope data structure for efficient editing.