gap_vec 0.1.0

GapVec data structure in rust.
Documentation

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.