Modules§
Structs§
- Rope
- An efficient structure for sharing bytes/strings between multiple sources.
- Rope
Builder - 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.
- Rope
Reader - Implements the Read/[AsyncRead]/Iterator trait over a Rope.