rsdb 0.2.1

a flash-sympathetic persistent lock-free B+ tree
Documentation
[package]
name = "rsdb"
version = "0.2.1"
authors = ["Tyler Neely <t@jujit.su>"]
description = "a flash-sympathetic persistent lock-free B+ tree"
license = "Apache-2.0"
homepage = "https://github.com/spacejam/rsdb"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]

[dependencies]
bincode = "0.8"
serde = "1.0"
serde_derive = "1.0"
libc = "0.2"
time = "0.1"
rand = "0.3"

[dev-dependencies]
quickcheck = "0.2"