# gap-buffer-rs [<img src="https://travis-ci.org/nathansizemore/gap-buffer-rs.svg?branch=master">][travis-badge]
[Documentation][docs-url]
Rust Gap Buffer implementation.
---
Dynamic array that allows efficient insertion and removal operations that are
near the same location. Ideal for text editors.
### License
gap-buffer is available under the MPL-2.0 license. See the LICENSE file for
more info.
[travis-badge]: https://travis-ci.org/nathansizemore/gap-buffer
[docs-url]: https://docs.rs/gap-buffer