vsdb_core 8.2.2

A std-collection-like database
Documentation
[package]
name = "vsdb_core"
version = "8.2.2"
authors = ["hui.fan@mail.ru"]
edition = "2024"
description = "A std-collection-like database"
homepage = "https://github.com/rust-util-collections/vsdb"
repository = "https://github.com/rust-util-collections/vsdb/tree/master/core"
keywords = ["kv", "leveldb", "rocksdb", "std"]
categories = ["database-implementations", "data-structures", "algorithms", "caching"]
license = "GPL-3.0"

[dependencies]
ruc = { workspace = true }
serde = { workspace = true }
rand = { workspace = true }
parking_lot = { workspace = true }

rocksdb = { workspace = true }

[dev-dependencies]
msgpack = { workspace = true }
hex = "0.4"
criterion = "0.8"

# [[bench]]
# name = "basic"
# harness = false