This repository contains a library crate that provides parsing services for HID Report Descriptors.
This repository is part of Project Mu.
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 are always welcome and encouraged!
Please open any issues in the Project Mu GitHub tracker and read contribution guidance.
Please open any issues in the issues section.
-
Download and install rust/cargo from Getting Started - Rust Programming Language (rust-lang.org).
-
Make sure the toolchain is properly installed - restart a shell after install and make sure the tools are in your path:
>
cargo --version
-
Build and run unit tests with:
>
cargo test --all
-
Generate and open docs:
>
cargo doc --open
- Copyright (c) Microsoft Corporation
- SPDX-License-Identifier: BSD-2-Clause-Patent