1 stable release

new 1.0.2 Jan 14, 2025

#783 in Parser implementations

Download history 263/week @ 2025-01-12

263 downloads per month

BSD-2-Clause-Patent

125KB
2K SLoC

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 (c) Microsoft Corporation
  • SPDX-License-Identifier: BSD-2-Clause-Patent

No runtime deps