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§
- Primary
Table - A primary table that provides dense key-based storage.
- Primary
Table2 - A primary table that provides dense key-based storage.
- Secondary
Table - A secondary table that associates additional information with entries in a primary table.
Traits§
- Table
Key - An opaque key to uniquely identify a table entry.