flutter_kevy_bindings_generated library

Classes

FlutterKevyBindings
Bindings for the kevy-ffi C ABI (crates/kevy-ffi/include/kevy.h).
KevyBuf
A buffer owned by kevy. Never free() it — free it with the function paired to the call that produced it (kevy_buf_free for most, kevy_buf_free_shared for kevy_get_shared; passing a shared-lane buffer to kevy_buf_free corrupts the heap). All three fields must reach that free untouched.
KevyDbHandle
KevyOpenOptions
Options for kevy_open_with. Start from KEVY_OPEN_OPTIONS_INIT (the exact defaults kevy_open uses) and override what you need. rewrite_pct 0 turns the growth rule off (as in Redis); rewrite_bytes / rewrite_interval_secs are the absolute-size and staleness triggers (0 = off). fsync: 0 everysec, 1 always, 2 no.
KevyOpenReport
The boot-replay verdict: what the open restored, and what it could not. dropped_bytes > 0 or corrupt != 0 means the store recovered LESS than its files held (the dropped region was quarantined next to the AOF as aof-
KevySubHandle

Constants

KEVY_ABI → const int