gap_vec 0.1.0

GapVec data structure in rust.
gap_vec-0.1.0 doesn't have any 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.