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§
Traits§
- Handler
- An handler to handle an APDU command and receive a response
- Handler
InCtx - An handler to handle an APDU command and receive a response in a specific context.