sled 0.16.8

a flash-sympathetic persistent lock-free B+ tree
Documentation
[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.pagecache]
version = "0.8"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.sled_sync]
version = "0.2"

[features]
check_snapshot_integrity = []
compression = ["pagecache/compression"]
default = []
event_log = ["pagecache/event_log"]
failpoints = ["pagecache/failpoints"]
lock_free_delays = ["sled_sync/lock_free_delays"]
measure_allocs = ["pagecache/measure_allocs"]
nightly = ["pagecache/nightly"]
no_inline = ["pagecache/no_inline"]
no_logs = ["log/max_level_off", "pagecache/no_logs"]
no_metrics = ["pagecache/no_metrics"]

[package]
authors = ["Tyler Neely <t@jujit.su>"]
description = "a flash-sympathetic persistent lock-free B+ tree"
documentation = "https://docs.rs/sled/"
edition = "2018"
homepage = "https://github.com/spacejam/sled"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
license = "MIT/Apache-2.0"
name = "sled"
readme = "../../README.md"
repository = "https://github.com/spacejam/sled"
version = "0.16.8"