Skip to main content

Crate vizia_id

Crate vizia_id 

Source

Macros§

impl_generational_id

Structs§

IdManager
The IdManager is responsible for allocating and destroying generational IDs.

Constants§

GENERATIONAL_ID_GENERATION_BITS
The bits used for the generation.
GENERATIONAL_ID_GENERATION_MASK
The mask of the bits used for the generation.
GENERATIONAL_ID_INDEX_BITS
The bits used for the index.
GENERATIONAL_ID_INDEX_MASK
The mask of the bits used for the index.

Traits§

GenerationalId
A trait implemented by any generational id.