edfsm-kv-store

Crates.ioedfsm-kv-store
lib.rsedfsm-kv-store
version0.12.0
created_at2024-11-27 08:15:19.842251+00
updated_at2025-08-10 22:58:37.28148+00
descriptionA KV Store based on Event Driven Finite State Machines
homepage
repositoryhttps://github.com/titanclass/edfsm.git
max_upload_size
id1462766
size45,537
Christopher Hunt (huntc)

documentation

README

Event Driven FSM KV Store

A Key-Value Store based on edfsm's FSM trait implementation. The store is often wired up to use edfsm-machine and streambed-logged to use as a fully-fledged persistent database. All key/values are held in memory so only use for those scenarios where that is what is required.

This library uses core and alloc.

Commit count: 56

cargo fmt