kHigasa / gap_vec

GapVec data structure in Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GapVec

Build Status License License: MIT

This library implements gap vector.

It is well known that this data structure suits editor, actually be also used in emacs. You can Insert or Delete text efficiently.

About

GapVec data structure in Rust.

License:Apache License 2.0


Languages

Language:Rust 100.0%