#vector #pin

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

#2289 in Data structures

Download history 248/week @ 2023-11-27 250/week @ 2023-12-04 187/week @ 2023-12-11 134/week @ 2023-12-18 68/week @ 2023-12-25 127/week @ 2024-01-01 157/week @ 2024-01-08 199/week @ 2024-01-15 218/week @ 2024-01-22 216/week @ 2024-01-29 224/week @ 2024-02-05 179/week @ 2024-02-12 269/week @ 2024-02-19 239/week @ 2024-02-26 234/week @ 2024-03-04 81/week @ 2024-03-11

833 downloads per month
Used in 3 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