Crate an_rope [] [src]

An rope.

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

For more information, see the following resources:

Structs

Rope

A Rope

RopeSlice

An immutable borrowed slice of a Rope.

RopeSliceMut

An mutable borrowed slice of a Rope.