gap_vec 0.1.0

GapVec data structure in rust.
1
2
3
4
5
6
7
8
9
# GapVec
[![Build Status](https://travis-ci.org/kHigasa/gap_vec.svg?branch=master)](https://travis-ci.org/kHigasa/gap_vec)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/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.