[package]
name = "waddling-errors-hash"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Compact xxHash3-based error code hashing for network-efficient diagnostics in distributed systems"
keywords = ["hash", "xxhash", "diagnostics", "compact", "distributed"]
categories = ["development-tools::debugging", "no-std", "embedded"]
[dependencies]
xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3", "const_xxh3"] }
[features]
default = ["std"]
std = []
[lib]
name = "waddling_errors_hash"
path = "src/lib.rs"