#apdu #interface #dispatch #layer #parser #chaining #contactless

no-std apdu-dispatch

Dispatch layer after nfc-device and usbd-ccid

5 unstable releases

0.2.0 Nov 22, 2023
0.1.2 Feb 7, 2023
0.1.1 Aug 22, 2022
0.1.0 Mar 5, 2022
0.0.0-unreleased Apr 25, 2021

#667 in Hardware support

Download history 51/week @ 2024-02-19 14/week @ 2024-02-26 46/week @ 2024-03-11 5/week @ 2024-03-25 38/week @ 2024-04-01

89 downloads per month
Used in 3 crates

Apache-2.0 OR MIT

23KB
407 lines

Apdu Dispatch

This layer accepts APDU (application packet data units) from a contact and/or contactless interface and passes them to a selected app.

It handles parsing APDU's, chaining, T=0, and T=1.

Run tests via cargo test --features std,log-all

Dependencies

~0.8–29MB
~377K SLoC