Crate apdu_core

Source
Expand description

Core library for composing APDU commands and parsing their responses.

Structs§

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

Enums§

HandleError

Traits§

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

Type Aliases§

Result