#vec #memory #heap

vec_mem_heap

A Vec with each element wrapped in a reference counter

9 unstable releases (3 breaking)

0.4.1 Jan 16, 2025
0.4.0 Jan 16, 2025
0.3.0 Jan 14, 2025
0.2.0 Dec 15, 2024
0.1.4 Nov 14, 2024

#29 in #heap

MIT license

18KB
252 lines

vec_mem_heap

A reference counting Vec, allowing you to store data and manually track how many 'references' you have to each index. Documentation was done hastily, expect stuff like use examples to be added as I feel like it.

Docs: https://docs.rs/vec_mem_heap/0.1.3/vec_mem_heap/

Dependencies

~0.3–0.9MB
~20K SLoC