Ropey is a UTF8 text rope for Rust, designed to be the backing text-buffer for applications such as text editors. It is fast, robust, and can handle huge texts and memory-incoherent edits with ease. Ropey is suitable for handling frequent edits to medium-to-large texts and has strong Unicode support. It is licensed under the MIT license and is open to contributions.