marsdb-storage 0.1.0

Thin embedded-KV storage trait boundary used internally by MarsDB.
Documentation

Thin trait boundary over redb. marsdb-graph talks to this crate, never to redb directly, so the underlying embedded KV engine can be swapped later (see plan v2: hand-rolled storage engine) without touching graph/query code.