Module core

Module core 

Source
Expand description

Core structs for text-editing. Used to implement the widgets.

Modules§

core_op

Structs§

TextCore
Core for text editing.
TextRope
Text store with a rope.
TextString
Single line text-store.

Traits§

SkipLine
Extended Iterator that can skip over parts of the underlying data.
TextStore
Backing store for the TextCore.