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 [email protected]. 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
-
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 & License
- Copyright (c) Microsoft Corporation
- SPDX-License-Identifier: BSD-2-Clause-Patent