hidreport 0.5.0

HID Report Descriptor and HID Report parser
Documentation
[dependencies.hut]
optional = true
version = "0.3.0"

[dependencies.thiserror]
version = "1.0.58"

[features]
default = ["hut"]
hut = ["dep:hut"]

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

[package]
autobenches = false
autobins = false
autoexamples = 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/hut"
version = "0.5.0"

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