|
2 months ago | |
---|---|---|
src | 2 months ago | |
Cargo.toml | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 2 months ago |
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
.