Module namespace

Module namespace 

Source
Expand description

Runtime-facing namespace adapters.

These adapters wrap RuntimeContext instances so sessions can route logical operations (persistent vs. temporary) without exposing the underlying storage engine to higher layers. They are not the same as namespaces inside the storage engine or column-map crates; they strictly coordinate runtime-level routing.

Structs§

PersistentRuntimeNamespace
Persistent runtime namespace wrapper.
TemporaryRuntimeNamespace
Temporary runtime namespace wrapper.

Constants§

PERSISTENT_NAMESPACE_ID
Canonical identifier for the persistent runtime namespace.
TEMPORARY_NAMESPACE_ID
Canonical identifier for the temporary runtime namespace.

Traits§

RuntimeStorageNamespace
Runtime-level namespace abstraction.
RuntimeStorageNamespaceOps
Helper trait for storing runtime namespaces behind trait objects with basic inspection support.

Type Aliases§

RuntimeNamespaceId
Identifier type used by runtime storage namespaces.