Crate reslab

Source

Structs§

Index
A type that represents a unique index into a ReSlab.
OccupiedEntry
A type that represents an occupied entry in a slab.
ReSlab
A thread-safe hash table that can be used to store objects that can be
RefWrapper
A wrapper to wrap reference to a value in a [ReSlab].
VacantEntry
A type that represents a vacant entry in a slab.

Enums§

Entry
A type that represents an entry in a slab.

Traits§

Key
A trait that represents a key that can be used to identify an entry.
Keyed
A trait that represents a key-identifiable value that can be stored in a ReSlab.

Type Aliases§

OwnedRef
A type that represents a owned reference to a value in a super::ReSlab.
Ref
A type that represents a borrowed reference to a value in a super::ReSlab.