OpenDevicePartnership / OpenDevicePartnership/embedded-services
Investigate options for const implementation of HID relabeling
@williampMSFT is already working on this.
Since Aug 4, 2026.
- Dominant language
- Rust
- Stars
- 23
- Forks
- 53
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 13
Description
Per discussion here: https://github.com/OpenDevicePartnership/embedded-services/pull/933#discussion_r3715138581 we'd ideally like to be able to do HID report descriptor relabeling at compile time in some circumstances. We don't need it immediately because our first use case is a passthrough thing that needs to happen at runtime, but we'd like to enable doing this at compile time eventually.
Circle back on this, ideally once const traits support lands in rust - we think that should make it a lot easier to be simultaneously const and no-panic.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.