#pin #element #safe #append #moves #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

#1737 in Data structures

Download history 236/week @ 2024-11-16 348/week @ 2024-11-23 293/week @ 2024-11-30 288/week @ 2024-12-07 361/week @ 2024-12-14 123/week @ 2024-12-21 120/week @ 2024-12-28 261/week @ 2025-01-04 305/week @ 2025-01-11 257/week @ 2025-01-18 340/week @ 2025-01-25 325/week @ 2025-02-01 369/week @ 2025-02-08 363/week @ 2025-02-15 383/week @ 2025-02-22 318/week @ 2025-03-01

1,486 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