rotated-vec 0.1.1

A dynamic array mostly compatible with `std::vec::Vec`, supporting O(√n) inserts and deletes
Documentation

A dynamic array based on a 2-level rotated array.

See the rotated-array-set README for a detailed discussion of the performance benefits and drawbacks of an equivalent data structure.