kv_cab 0.6.0

Simple persistent generic HashMap/Key-value store
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]
bincode = "0.7"
fs2 = "0.4.1"
log = "0.3"
serde = "0.9"
serde_derive = "0.9"

[package]
authors = ["shockham <samuel.hockham@gmail.com>"]
description = "Simple persistent generic HashMap/Key-value store"
documentation = "https://docs.rs/kv_cab"
homepage = "https://github.com/shockham/kv_cab"
license = "MIT"
name = "kv_cab"
readme = "README.md"
repository = "https://github.com/shockham/kv_cab"
version = "0.6.0"