Ropey

Ropey provides a unicode-aware implementation of mutable text ropes for Rust. It does not currently provide the persistant data structure variant of ropes. It is essentially intended as an alternative to Rust strings, where the contained text is expected to be large and frequently modified.

Goals

Current Status

Ropey currently meets all three goals for the most part, but there is still much work to be done: