You've already forked apdu-dispatch
mirror of
https://github.com/trussed-dev/apdu-dispatch.git
synced 2026-03-11 16:36:07 -07:00
8 lines
255 B
Markdown
8 lines
255 B
Markdown
# 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`
|