Crates.io | gap-buffer |
lib.rs | gap-buffer |
version | 0.1.0 |
source | src |
created_at | 2017-05-20 22:50:45.849974 |
updated_at | 2017-05-20 22:50:45.849974 |
description | Gap buffer implementation |
homepage | |
repository | https://github.com/nathansizemore/gap-buffer-rs |
max_upload_size | |
id | 15415 |
size | 25,304 |
Rust Gap Buffer implementation.
Dynamic array that allows efficient insertion and removal operations that are near the same location. Ideal for text editors.
gap-buffer is available under the MPL-2.0 license. See the LICENSE file for more info.