djg / chunky-vec

A pin safe, append only vector never moves the backing store for an element.
Apache License 2.0
1 stars 0 forks source link

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.