wbase 0.1.2

Cacheline-safe storage primitives: 48-bit log addressing, sector alignment, backoff, varint / 缓存行安全存储原语:48 位日志寻址、扇区对齐、退避、变长整型
Documentation
[package]
name = "wbase"
version = "0.1.2"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb"
homepage = "https://github.com/webc-site/wedb"
description = "Cacheline-safe storage primitives: 48-bit log addressing, sector alignment, backoff, varint / 缓存行安全存储原语:48 位日志寻址、扇区对齐、退避、变长整型"
keywords = ["storage", "primitives", "alignment", "varint", "backoff"]
categories = ["algorithms", "data-structures", "concurrency", "memory-management", "database-implementations"]
readme = "README.md"

[features]
default = []
addr = []
align = []
backoff = []
base32 = []
buf = []
crc = ["dep:crc32fast"]
float = []
glob = []
simd = []
striped = ["dep:parking_lot", "align"]
thread = []
time = ["dep:coarsetime"]
varint = []

[dependencies]
coarsetime = { workspace = true, optional = true }
crc32fast = { workspace = true, optional = true }
parking_lot = { workspace = true, optional = true }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dev-dependencies]
aok = "0.1.18"
ctor = "1.0.13"
log = "0.4.34"
log_init = "0.1.39"

[lints]
workspace = true