hid-decode crate
This crate contains tools for decoding USB HID report descriptors.
At this time it's only able to decode to text-- in the future it may permit decoding to
types from the hid-types crate.
Example
// This was generated by an example in the `hid-descriptor` crate sources.
static GAMEPAD_DESCRIPTOR: & = include_bytes!;
let mut output = Vecnew;
decode.expect;
let output = Stringtry_from.expect;
assert_eq!;