#pin #vector

chunky-vec

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

1 unstable release

0.1.0 Oct 23, 2020

#2270 in Data structures

Download history 261/week @ 2024-03-24 222/week @ 2024-03-31 150/week @ 2024-04-07 262/week @ 2024-04-14 273/week @ 2024-04-21 439/week @ 2024-04-28 500/week @ 2024-05-05 458/week @ 2024-05-12 452/week @ 2024-05-19 375/week @ 2024-05-26 215/week @ 2024-06-02 244/week @ 2024-06-09 462/week @ 2024-06-16 190/week @ 2024-06-23 452/week @ 2024-06-30 729/week @ 2024-07-07

1,856 downloads per month
Used in 4 crates (via fluent-fallback)

Apache-2.0/MIT

11KB
245 lines

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.


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.

No runtime deps