Skip to main content

Module table

Module table 

Source
Expand description

The table contract: the pluggable Table and Dir backend protocol.

The kernel defines the table/directory protocols and a backend registry; concrete table representations are libs loaded against it, with AssocTable provided as a baseline backend rather than kernel-fixed behavior.

Structs§

AssocTable
Baseline table backend backed by an association list under a lock.
TableRegistry
Registry of named table backends with one active default.

Traits§

Dir
Hierarchical table surface for backends that support nested subtables.
Table
Universal map surface. Keys are symbols; values are runtime values.
TableBackend
Factory protocol for constructing tables in a particular representation.