waddling-errors-hash 0.6.0

WDP-compliant hash computation for waddling-errors diagnostic codes
Documentation
[[bin]]
name = "quick_test"
path = "src/bin/quick_test.rs"

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

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

[dependencies.xxhash-rust]
default-features = false
features = ["xxh3", "const_xxh3"]
version = "0.8"

[[example]]
name = "global_config"
path = "examples/global_config.rs"

[[example]]
name = "test_hash"
path = "examples/test_hash.rs"

[[example]]
name = "verify_wdp_seeds"
path = "examples/verify_wdp_seeds.rs"

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

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

[package]
authors = ["Ash"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "WDP-compliant hash computation for waddling-errors diagnostic codes"
edition = "2024"
keywords = ["hash", "errors", "diagnostics", "wdp"]
license = "MIT OR Apache-2.0"
name = "waddling-errors-hash"
readme = "README.md"
repository = "https://gitlab.com/AshutoshMahala/waddling-errors"
resolver = "2"
version = "0.6.0"