Skip to main content

Crate strop_core

Crate strop_core 

Source
Expand description

strop-core: the buffer. A rope, byte-offset positions, edit ops. No UI, no modes, no grammar — the thing everything else edits.

Structs§

Buffer
A text buffer. Positions are UTF-8 byte offsets, everywhere (0001 §5.1).
Range
A half-open byte range [start, end) plus how vim thinks about it.