1 2 3 4 5
//! Communicating with the card using NFC technology pub use apdu::core::{HandleError, HandlerInCtx, Result}; pub use apdu::Error; pub use apdu::{Command, Response};