Crates.io | sfkv |
lib.rs | sfkv |
version | 0.1.0 |
source | src |
created_at | 2020-12-16 17:49:49.085209 |
updated_at | 2020-12-16 17:49:49.085209 |
description | Simple Flash Key Value store |
homepage | https://git.m-labs.hk/M-Labs/sfkv |
repository | https://git.m-labs.hk/M-Labs/sfkv.git |
max_upload_size | |
id | 323674 |
size | 24,895 |
Tries to keep flash wear low and speed high by continuously appending data, automatically erasing and rewriting when full.
&[u8]
sliceerase()
for compaction,program()
with an offset and &[u8]
payloadFor details see trait StoreBackend
.