openpgp-card/pcsc
Wiktor Kwapisiewicz 4510c34cdc Fix clippy lints: directly use variables in format! strings
The source has been reformatted using `cargo +nightly fmt`.
2023-02-02 09:09:47 +01:00
..
src Fix clippy lints: directly use variables in format! strings 2023-02-02 09:09:47 +01:00
Cargo.toml Bump versions. 2022-10-01 15:36:17 +02:00
README.md Update/improve crate level documentation. 2022-02-24 21:25:47 +01:00

PC/SC client for the openpgp-card library

This crate provides PcscBackend and PcscTransaction, which are implementations of the CardBackend and CardTransactions traits from the openpgp-card crate.

This implementation uses the pcsc Rust wrapper crate to access OpenPGP cards.

Documentation

PC/SC is a standard for interaction with smartcards and readers.

The workgroup publishes an overview and a set of documents detailing the standard.

The pcsc-lite implementation is used on many free software systems (API documentation for pcsc-lite).

Microsoft documentation about their implementation of PC/SC.