tc-btree 0.5.0

TinyChain's BTree collection type
Documentation
[package]
name = "tc-btree"
version = "0.5.0"
authors = ["haydn@tinychain.net"]
edition = "2018"
description = "TinyChain's BTree collection type"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/haydnv/tinychain.git"

keywords = ["tinychain", "key-value", "collection"]
categories = ["database", "database-implementations", "data-structures"]

[dependencies]
async-trait = "0.1"
collate = "~0.1.10"
destream = "0.5"
futures = "0.3"
log = { version = "0.4", features = ["release_max_level_warn"] }
num_cpus = "1.13"
safecast = "0.1"
tc-error = "0.5"
tc-transact = "0.12"
tc-value = "0.5"
tcgeneric = "0.4"
uuid = { version = "0.8", features=["v4"] }