1
2
3
4
5
//! Chip card interface device (CCID) implementation for embedded devices
#![no_std]

pub mod ccid;
pub mod usb;