smartcard 0.3.4

A PC/SC wrapper to communicate with smartcards.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// @Author: ronan
// @Date:   21-12-2016
// @Email:  ronan.lashermes@inria.fr
// @Last modified by:   ronan
// @Last modified time: 22-12-2016



pub mod context;
pub mod utils;
pub mod reader;
pub mod card;

pub use self::context::Context;
pub use self::reader::Reader;
pub use self::card::Card;