#machine #edfsm #store

no-std edfsm-kv-store

A KV Store based on Event Driven Finite State Machines

6 releases (3 breaking)

new 0.11.0 Apr 11, 2025
0.10.1 Feb 19, 2025
0.9.0 Jan 4, 2025
0.8.1 Dec 5, 2024
0.8.0 Nov 27, 2024

#2 in #edfsm

Download history 9/week @ 2024-12-13 161/week @ 2025-01-03 17/week @ 2025-01-10 112/week @ 2025-01-31 48/week @ 2025-02-07 105/week @ 2025-02-14 52/week @ 2025-02-21 5/week @ 2025-02-28

439 downloads per month

Apache-2.0

45KB
761 lines

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.

Dependencies

~2.5–9MB
~76K SLoC