openpgp-card/pcsc
Heiko Schaefer a7fb5b2b2c
Don't fail while enumerating readers, when a reader returns an error (just log).
This is useful with hubs that can power down individual ports: when a port is powered down, the reader is still visible to pcsc, but connecting to it returns an error.
2021-11-29 21:26:30 +01:00
..
src Don't fail while enumerating readers, when a reader returns an error (just log). 2021-11-29 21:26:30 +01:00
Cargo.toml Releases 2021-10-29 22:51:23 +02:00
README.md Documentation. 2021-08-18 15:01:38 +02:00

pcsc client for the openpgp-card library

This crate provides PcscClient, which is an implementation of the CardClient trait that uses pcsc to access OpenPGP cards.