Crate an_rope [] [src]

An rope.

An immutable Rope data structure for storing large text documents. This implementation is a component of the an-editor project.

A rope is an efficient data structure for large strings. It's essentially a binary tree whose leaves are strings.

For more information, see the following resources:

Modules

metric

Metrics for indexing Ropes.

Structs

Rope

A Rope

RopeSlice

An immutable borrowed slice of a Rope.

Traits

Split