Expand description
kotoba-storage
This crate defines the core traits (ports) for storage operations in the Kotoba ecosystem. It provides abstractions for various storage backends like Key-Value stores, Event stores, and Graph stores.
Structs§
- Storage
Stats - Storage statistics
Enums§
- Storage
Backend - Storage backend types
Traits§
- KeyValue
Store - A generic key-value store trait.