Crate ropey [] [src]

Structs

Rope

A rope data structure for storing text in a format that is efficient for insertion and removal even for extremely large strings.

RopeCharIter
RopeChunkIter

An iterator over a rope's string chunks

RopeGraphemeIter

An iterator over a rope's graphemes

RopeLineIter

An iterator over a rope's lines, returned as RopeSlice's

RopeSlice

An immutable slice into a Rope

Constants

MAX_NODE_SIZE
MIN_NODE_SIZE