Crate apdu_core

source ·
Expand description

Core library for composing APDU commands and parsing their responses.

Structs

An APDU command to be transmitted
An error that was returned from the card or reader
An response that was received from the card

Enums

Traits

An handler to handle an APDU command and receive a response
An handler to handle an APDU command and receive a response in a specific context.

Type Definitions