Crate text_editing

Source
Expand description

Utilities to simplify text editing when implementing text editors.

Structs§

TextLine
The text line represents editable text lines.

Enums§

Direction
Represents the direction of movement for the text cursor.