Crate apdu_dispatch

Crate apdu_dispatch 

Source

Re-exports§

pub use apdu_app as app;
pub use iso7816;

Modules§

command
dispatch
This “APDU dispatch” consumes APDUs from either a contactless or contact interface, or both. Each APDU will be sent to an “App”. The dispatch will manage selecting and deselecting apps, and will gauruntee only one app will be selected at a time. Only the selected app will receive APDU’s. Apps are selected based on their AID.
interchanges
response

Traits§

App
An App can receive and respond APDUs at behest of the ApduDispatch.

Type Aliases§

Command
Response