| Crates.io | card-backend-pcsc |
| lib.rs | card-backend-pcsc |
| version | 0.5.0 |
| created_at | 2023-08-28 15:44:40.047604+00 |
| updated_at | 2023-09-05 23:50:54.644125+00 |
| description | PCSC card backend, e.g. for use with the openpgp-card crate |
| homepage | |
| repository | https://gitlab.com/openpgp-card/openpgp-card |
| max_upload_size | |
| id | 957122 |
| size | 23,445 |
This crate provides PcscBackend and PcscTransaction, which are implementations of the
CardBackend and CardTransactions traits from the card-backend crate.
This implementation uses the pcsc Rust wrapper crate to access OpenPGP cards.
Mainly intended for use with the openpgp-card library.
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.