1 unstable release
0.1.0 | Oct 23, 2020 |
---|
#2270 in Data structures
1,856 downloads per month
Used in 4 crates
(via fluent-fallback)
11KB
245 lines
Chunky Vec
This crate provides a pin-safe, append-only vector which guarantees never to move the storage for an element once it has been allocated.
lib.rs
:
This crate provides a pin-safe, append-only vector which guarantees never to move the storage for an element once it has been allocated.