Crate kotoba_storage

Crate kotoba_storage 

Source
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§

StorageStats
Storage statistics

Enums§

StorageBackend
Storage backend types

Traits§

KeyValueStore
A generic key-value store trait.