wobject 0.1.1

In-memory record-backed objects: Hash, Set, List, and SortedSet implementations
[package]
name = "wobject"
version = "0.1.1"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"
homepage = "https://github.com/webc-site/wedb/tree/main/wobject"
description = "In-memory record-backed objects: Hash, Set, List, and SortedSet implementations"
keywords = ["object", "hash", "set", "list", "sorted-set"]
categories = ["data-structures", "database-implementations"]

[features]
default = []

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

[dependencies]
bitcode.workspace = true
fastrand.workspace = true
itoa.workspace = true
parking_lot.workspace = true
whasher.workspace = true

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

[lints]
workspace = true