tickv 1.0.0

TicKV (Tiny Circular Key Value) is a small file system allowing key value pairs to be stored in Flash Memory.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Alistair Francis <alistair.francis@wdc.com>"]
categories = ["database-implementations", "no-std"]
description = "TicKV (Tiny Circular Key Value) is a small file system allowing key value pairs to be stored in Flash Memory."
documentation = "https://github.com/tock/tock/blob/master/libraries/tickv/README.md"
edition = "2021"
keywords = ["flash", "key-value-store"]
license = "MIT OR Apache-2.0"
name = "tickv"
readme = "README.md"
repository = "https://github.com/tock/tock"
version = "1.0.0"