vec_mem_heap 0.3.0

A Vec with each element wrapped in a reference counter.
Documentation

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/