btree_error 0.1.0

To avoid duplication, all bforest libs use the same error defined in this crate.
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/lib.rs"

[[test]]
name = "integration"
path = "tests/lib.rs"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0"

[dependencies.try_encoding_from]
default-features = false
optional = true
version = "0.1.3"
[dev-dependencies.criterion]
version = "0.3.3"

[features]
cbor = ["try_encoding_from/cbor"]
fmt = []
json = ["try_encoding_from/json"]
yaml = ["try_encoding_from/yaml"]

[package]
authors = ["James Spears <james.w.spears@gmail.com>"]
autotests = false
categories = ["no-std"]
description = "To avoid duplication, all bforest libs use the same error defined in this crate."
edition = "2018"
homepage = "https://github.com/jameone/btree_error"
keywords = ["bforest", "error"]
license = "MIT OR Apache-2.0"
name = "btree_error"
readme = "README.md"
repository = "https://github.com/jameone/btree_error"
version = "0.1.0"
[profile.release]
opt-level = "z"