hid-types 0.1.0

Rust types for working with USB HID report descriptors
Documentation
  • Coverage
  • 8.77%
    275 out of 3135 items documented0 out of 94 items with examples
  • Size
  • Source code size: 156.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.34 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ericseppanen

hid-types crate

This crate contains Rust types for encoding and decoding USB HID (Human Interface Device) report descriptors. It contains all of the constants from the HID specifications, as well as code to encode and decode binary report descriptors.

It's mostly intended for use by the hid-descriptor and hid-decode crates.