7 unstable releases
0.3.1 | Feb 12, 2025 |
---|---|
0.3.0 | Oct 18, 2024 |
0.2.0 | Nov 22, 2023 |
0.1.2 | Feb 7, 2023 |
0.0.0-unreleased | Apr 25, 2021 |
#1901 in Embedded development
620 downloads per month
Used in 3 crates
24KB
410 lines
Apdu Dispatch
This repository contains two crates:
apdu-app
: provides anApp
trait for applications that accept APDU requestsapdu-dispatch
: a layer that accepts APDU (application packet data units) from a contact and/or contactless interface and passes them to apps implementingapdu_app::App
. It handles parsing APDU's, chaining, T=0, T=1 and keeps track of the selected application.
Run tests via cargo test --features std,log-all
Dependencies
~0.8–26MB
~306K SLoC