A simple, humane, typed key-value storage solution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rkv/Cargo.toml

11 lines
184 B

[package]
name = "kista"
version = "0.1.0"
authors = ["Richard Newman <rnewman@twinql.com>"]
[dependencies]
arrayref = "0.3"
bincode = "0.9"
failure = "0.1"
lmdb = "0.7"
uuid = "0.5"