chunky-vec 0.1.0

A pin safe, append only vector never moves the backing store for an element.
Documentation

Chunky Vec

License: MIT/Apache-2.0

This crate provides a pin-safe, append-only vector which guarantees never to move the storage for an element once it has been allocated.