Crate managed

Source
Expand description

A library that provides a way to logically own objects, whether or not heap allocation is available.

Structs§

SlotIndex
Provides links between slots and elements.
SlotKey
An index into a slotmap.
SlotMap
Provides a slotmap based on external memory.

Enums§

Managed
A managed object.
ManagedMap
A managed map.
ManagedMapIter
ManagedMapIterMut
ManagedSlice
A managed slice.