trussed-dev / apdu-dispatch

Apache License 2.0
2 stars 7 forks source link

Replace iso7816::Command with iso7816::command::CommandView #26

Closed robin-nitrokey closed 1 month ago

robin-nitrokey commented 1 month ago

This allows us to drop one generic parameter from the App trait and potentially generate more efficient code.