slabbable-validation 0.1.0

Slabbable data structure trait impls validation
Documentation
[[bench]]
harness = false
name = "bencher"
path = "benches/bencher.rs"

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

[dependencies.humansize]
version = "2.1.3"

[dependencies.memory-stats]
version = "1.2.0"

[dependencies.slabbable]
version = "0.1"

[dependencies.slabbable-impl-selector]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

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

[lib]
name = "slabbable_validation"
path = "src/lib.rs"

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

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