slabbable-validation 0.1.0

Slabbable data structure trait impls validation
Documentation
[package]
name = "slabbable-validation"
version = "0.1.0"
edition = "2021"
description = "Slabbable data structure trait impls validation"
homepage = "https://github.com/yaws-rs/edifice"
keywords = ["http", "uri", "builder", "parser"]
license = "Apache-2.0/MIT"
readme = "README.md"
repository = "https://github.com/yaws-rs/edifice"
categories = ["science"]
exclude = ["assets/"]

[features]
default = ["std"]
alloc = []
std = []

[dependencies]
slabbable = { path = "../slabbable", version = "0.1" }
slabbable-impl-selector = { path = "../slabbable-impl-selector", version = "0.1" }
#slabbable-stablevec = { optional = true, path = "../slabbable-impls/stable-vec" }
#slabbable-slab = { optional = true, path = "../slabbable-impls/slab" }
#slabbable-hash = { optional = true, path = "../slabbable-impls/hash" }
memory-stats = "1.2.0"
humansize = "2.1.3"

[dev-dependencies]
#insta = { version = "1.38" }
#rstest = { version = "0.19" }
criterion = { version = "0.5" }

[package.metadata.docs.rs]
features = ["std"]

[[bin]]
name = "mem"

[[bench]]
name = "bencher"
harness = false