Per discussion here: #933 (comment) 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.
Per discussion here: #933 (comment) 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.