Skip to main content

Module storage

Module storage 

Source
Expand description

Storage abstraction for the memory subsystem.

The memory crate does not depend on oxios-kernel. Instead, it operates against abstract traits. oxios-kernel implements these traits for its StateStore and GitLayer.

Structs§

NoteEntry
A single file/directory entry from a markdown knowledge base.

Traits§

MarkdownSource
Abstract markdown knowledge source.
MemoryGit
Optional git-backed durability for memory entries.
MemoryStorage
Persistent storage backend for memory entries.
MemoryStorageExt
Typed helpers for MemoryStorage.