Skip to main content

Crate crabtalk_memory

Crate crabtalk_memory 

Source
Expand description

Standalone single-file memory system.

Memory is a connection to a single db file (like SQLite): entries, aliases, and an inverted index all live in one place. v1 is in-RAM only; persistence and dump/load land in later phases.

Structs§

Entry
Memory
Memory connection. open(path) is persistent (auto-flushes every apply via atomic write); new() is in-RAM only.
SearchHit

Enums§

EntryKind
Error
Op
Write operations. Update rewrites content and aliases but preserves kind — an archive stays an archive for life. Use Remove + Add to change kind.

Type Aliases§

EntryId
Result