Crate reslab

source ·

Structs

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

Enums

  • A type that represents an entry in a slab.

Traits

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

Type Definitions