Rust bindings to PC/SC for smart card communication.
See the Documentation for more details.
See the examples directory for some common tasks.
In your Cargo.toml
:
toml
[dependencies]
pcsc = "0.1"
In your crate:
rust
extern crate pcsc;
The library is perfectly usable, however it is still using a pre-release version because:
There are still some TODOs remaining.
Apple support is only compile-tested.
Help is welcome!
The MIT license, see the LICENSE file.