#moves #append #pin #element #safe #store

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

#1531 in Data structures

Download history 388/week @ 2024-07-20 683/week @ 2024-07-27 591/week @ 2024-08-03 304/week @ 2024-08-10 392/week @ 2024-08-17 581/week @ 2024-08-24 337/week @ 2024-08-31 558/week @ 2024-09-07 687/week @ 2024-09-14 389/week @ 2024-09-21 308/week @ 2024-09-28 510/week @ 2024-10-05 425/week @ 2024-10-12 354/week @ 2024-10-19 429/week @ 2024-10-26 373/week @ 2024-11-02

1,631 downloads per month
Used in 5 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