usbhidusage 0.1.1

A general purpose library for working with usb Human Interface Device Descriptors
Documentation
usbhidusage-0.1.1 has been yanked.

usbhidusage

A general purpose library for working with usb Human Interface Device Descriptors"

Crates.io License: GPL v3

Website | API Docs |

Overview

usbhidusage is with the Rust programming language. At a high level, it provides a few major components:

  • _
  • _
  • _

_ .

Example

A PCAP reader with usbhidusage.

Make sure you state usbhidusage as a dependency on Cargo.toml:

[dependencies]
usbhidusage = "0.1.0"
pcap = "2.2.0"
pnet = "0.35.0"

Then, on your main.rs:

use usbhidusage;


More examples can be found here.

Contributing

:balloon: Thanks for your help improving the project! We are so happy to have you! We have a [contributing guide][guide] to help you get involved in the usbhidusage project.

[guide]:

Related Projects

Supported Rust Versions

License

Contribution