Crate arc_slice_pool

Source

Structsยง

Arc
A reference-counted pointer to a value of type T stored in an ArcPool. Does not support weak references.
ArcIndex
A smaller representation of a crate::Arc that does not know which crate::ArcPool it came from. Behaves similarly to the raw ptr used in from_raw and into_raw.
ArcPool
Stores all the allocations for the Arcs together in chunks of contiguous memory.