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§
- Persistent
Runtime Namespace - Persistent runtime namespace wrapper.
- Temporary
Runtime Namespace - 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§
- Runtime
Storage Namespace - Runtime-level namespace abstraction.
- Runtime
Storage Namespace Ops - Helper trait for storing runtime namespaces behind trait objects with basic inspection support.
Type Aliases§
- Runtime
Namespace Id - Identifier type used by runtime storage namespaces.