pagecache 0.8.2

lock-free pagecache and log for high-performance databases
Documentation
[dependencies.bincode]
version = "1.0"

[dependencies.fail]
optional = true
version = "0.2"

[dependencies.fs2]
version = "0.4"

[dependencies.historian]
version = "3.0"

[dependencies.lazy_static]
version = "1.2"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.pagetable]
version = "0.1"

[dependencies.rand]
optional = true
version = "0.6"

[dependencies.rayon]
version = "1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sled_sync]
version = "0.2"

[dependencies.zstd]
optional = true
version = "0.4"
[dev-dependencies.rand]
version = "0.6"

[features]
compression = ["zstd"]
default = []
event_log = []
failpoints = ["fail", "rand"]
lock_free_delays = ["sled_sync/lock_free_delays"]
measure_allocs = []
nightly = ["sled_sync/nightly"]
no_inline = ["sled_sync/no_inline"]
no_logs = ["log/max_level_off"]
no_metrics = ["historian/bypass"]

[package]
authors = ["Tyler Neely <t@jujit.su>"]
description = "lock-free pagecache and log for high-performance databases"
documentation = "https://docs.rs/pagecache/"
edition = "2018"
homepage = "https://github.com/spacejam/sled/tree/master/crates/pagecache"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
license = "MIT/Apache-2.0"
name = "pagecache"
readme = "README.md"
repository = "https://github.com/spacejam/sled"
version = "0.8.2"