segmented_vector
This library implements a replacement for Vec<T> which uses multiple arrays as its backing store, instead of one huge array, similar to clojure's "persistent vectors", but mutable.
to-do
- docs of any sort
- move Debug impl into A: Debug