An open API service indexing awesome lists of open source software.

https://github.com/liamg/rope

〰️ A rope data-structure implementation designed for UTF-8 text manipulation.
https://github.com/liamg/rope

Last synced: 3 months ago
JSON representation

〰️ A rope data-structure implementation designed for UTF-8 text manipulation.

Awesome Lists containing this project

README

          

# rope

This is a [rope data-structure](https://en.wikipedia.org/wiki/Rope_%28data_structure%29) package designed to work with UTF-8 strings.

An extra weight is stored per-node to enable efficient line-number operations.

Check out the [docs](https://pkg.go.dev/github.com/liamg/rope).