btreelist 0.5.0

A list data structure that has efficient insertion and removal in the middle.
Documentation
1
2
3
4
5
6
7
# BTreeList

A list data structure that has efficient insertion and removal in the middle.

## Heritage

This data structure was originally built for the [Automerge Rust](https://github.com/automerge/automerge-rs) frontend to aid in efficient insertions in the middle of lists.