summaryrefslogtreecommitdiffstats
path: root/third_party/rust/chunky-vec/README.md
blob: e57317c013417887c19871268faf2fc0b81c19a9 (plain)
1
2
3
4
5
6
# Chunky Vec

[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/chunky-vec.svg)](#license)

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