Module table

Source
Expand description

Primary and secondary tables.

This module implements primary tables which are used to associate some data with a dense, opaque, integer id; and secondary tables which are used to associate additional data with the primary table.

Structs§

PrimaryTable
A primary table that provides dense key-based storage.
PrimaryTable2
A primary table that provides dense key-based storage.
SecondaryTable
A secondary table that associates additional information with entries in a primary table.

Traits§

TableKey
An opaque key to uniquely identify a table entry.