hidreport 0.6.0

HID Report Descriptor and HID Report parser
Documentation
[dependencies.hut]
default-features = false
optional = true
version = "0.5"

[dependencies.thiserror]
default-features = false
version = "2.0"

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

[features]
default = ["hut", "std"]
hut = ["dep:hut"]
std = ["hut/std", "thiserror/std"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "HID Report Descriptor and HID Report parser"
edition = "2021"
exclude = ["/tests/data/*.hid.bin", "/tests/data/*.rdesc"]
homepage = "https://github.com/hidutils"
license = "MIT"
name = "hidreport"
readme = "README.md"
repository = "https://github.com/hidutils/hidreport"
version = "0.6.0"

[[test]]
name = "hid-descriptors"
path = "tests/hid-descriptors.rs"