pcsc 0.1.0-alpha2

Bindings to PC/SC for smart card communication
Documentation

pcsc-rust

crates.io docs.rs license

Linux, macOS: Travis CI Windows: AppVeyor

Rust bindings to PC/SC for smart card communication.

  • Nice, safe API.
  • Works on all major operating systems.
  • Mostly zero overhead.

See the Documentation for more details.

See the examples directory for some common tasks.

Usage

In your Cargo.toml:

[dependencies]
pcsc = "0.1"

In your crate:

extern crate pcsc;

Status

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!

License

The MIT license.