Expand description
Pluggable storage backends for meta-language links.
LinkStore is the storage boundary for the links network: reads use
&self, writes use &mut self, and the default implementation is the
existing in-memory LinkNetwork. The optional
doublets Cargo feature adds a file-mapped binary backend over the
doublets crate.
Structs§
- Doublets
Link Store - File-mapped binary storage backed by
doublets-rs. - Link
Store Query - Query used by
LinkStore::searchandLinkStore::count.
Enums§
- Engine
Link Store - Access-mode wrapper for any
LinkStoreimplementation. - Link
Store Backend - Storage backend names used by downstream engine configuration.
- Storage
Error - Storage-level errors returned by
LinkStoreimplementations.
Traits§
- Link
Store - Storage trait for create/read/update/delete/search over meta-language links.