Module rope

Source

Modules§

ser_as_string
ser_option_as_string

Structs§

Rope
An efficient structure for sharing bytes/strings between multiple sources.
RopeBuilder
RopeBuilder provides a mutable container to append bytes/strings. This can also append other Rope instances cheaply, allowing efficient sharing of the contents without a full clone of the bytes.
RopeReader
Implements the Read/[AsyncRead]/Iterator trait over a Rope.