hidparser

Crates.iohidparser
lib.rshidparser
version1.0.3
created_at2025-01-14 22:07:20.028102+00
updated_at2025-06-08 18:31:23.007743+00
descriptionHID report descriptor parsing library
homepage
repositoryhttps://github.com/microsoft/mu_rust_hid
max_upload_size
id1516780
size593,573
Project Mu Bot [bot] (ProjectMuBot)

documentation

README

Project Mu HID Crate Repository

This repository contains a library crate that provides parsing services for HID Report Descriptors.

This repository is part of Project Mu.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct.

For more information see the Code of Conduct FAQ or contact opencode@microsoft.com. with any additional questions or comments.

Contributions

Contributions are always welcome and encouraged!

Please open any issues in the Project Mu GitHub tracker and read contribution guidance.

Issues

Please open any issues in the issues section.

Builds

  1. Download and install rust/cargo from Getting Started - Rust Programming Language (rust-lang.org).

  2. Make sure the toolchain is properly installed - restart a shell after install and make sure the tools are in your path:

    >cargo --version

  3. Build and run unit tests with:

    >cargo test --all

  4. Generate and open docs:

    >cargo doc --open

Copyright & License

  • Copyright (c) Microsoft Corporation
  • SPDX-License-Identifier: BSD-2-Clause-Patent
Commit count: 53

cargo fmt