siamesedb 0.1.23

The simple local key-value store.
Documentation
[[bin]]
name = "test_main"
path = "src/test_main.rs"

[[bin]]
name = "test_main2"
path = "src/test_main2.rs"

[[bin]]
name = "test_main3"
path = "src/test_main3.rs"

[[bin]]
name = "test_main4"
path = "src/test_main4.rs"

[[bin]]
name = "test_main5"
path = "src/test_main5.rs"

[[bin]]
name = "test_main6"
path = "src/test_main6.rs"

[[bin]]
name = "check_main"
path = "src/check_main.rs"

[dependencies.rabuf]
default-features = false
version = "0.1"

[dependencies.vu64]
version = "0.1"

[dev-dependencies]

[features]
buf_auto_buf_size = ["rabuf/buf_auto_buf_size"]
buf_debug = ["rabuf/buf_debug"]
buf_default = ["buf_auto_buf_size", "buf_overf_rem_all", "buf_pin_zero", "buf_hash_turbo"]
buf_hash_turbo = ["rabuf/buf_hash_turbo"]
buf_lru = ["rabuf/buf_lru"]
buf_overf_rem_all = ["rabuf/buf_overf_rem_all"]
buf_overf_rem_half = ["rabuf/buf_overf_rem_half"]
buf_pin_zero = ["rabuf/buf_pin_zero"]
buf_print_hits = ["rabuf/buf_print_hits"]
buf_stats = ["rabuf/buf_stats"]
default = ["vf_u64u64", "node_cache", "buf_default", "vf_node_u64", "idx_straight", "idx_find_uu", "htx"]
htx = ["myhasher"]
htx_print_hits = []
idx_find_uu = []
idx_straight = []
myhasher = []
nc_large = []
nc_lfu = []
nc_lru = []
nc_print_hits = []
node_cache = ["oi_hash_turbo"]
oi_hash_turbo = ["oi_myhash"]
oi_myhash = []
print_hits = ["nc_print_hits", "htx_print_hits", "buf_print_hits"]
siamese_debug = []
small_node_slots = []
test_large_data = []
tr_has_short_key = []
vf_node_u32 = []
vf_node_u64 = []
vf_u32u32 = []
vf_u64u64 = []
vf_vu64 = []

[package]
authors = ["aki <aki.akaguma@hotmail.com>"]
categories = ["database"]
description = "The simple local key-value store."
edition = "2021"
keywords = ["key-value", "store", "database", "embedded-database"]
license = "MIT OR Apache-2.0"
name = "siamesedb"
readme = "README.md"
repository = "https://github.com/aki-akaguma/siamesedb"
rust-version = "1.58.0"
version = "0.1.23"