2 unstable releases

0.5.0 Sep 5, 2023
0.4.0 Aug 28, 2023

#696 in HTTP server

Download history 19/week @ 2024-01-09 39/week @ 2024-01-16 8/week @ 2024-01-23 21/week @ 2024-01-30 11/week @ 2024-02-06 169/week @ 2024-02-13 37/week @ 2024-02-20 46/week @ 2024-02-27 85/week @ 2024-03-05 148/week @ 2024-03-12 138/week @ 2024-03-19 180/week @ 2024-03-26 154/week @ 2024-04-02 175/week @ 2024-04-09 273/week @ 2024-04-16 236/week @ 2024-04-23

857 downloads per month
Used in 11 crates (8 directly)

MIT/Apache

32KB
459 lines

PC/SC based smart card backend

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.

Documentation on PC/SC

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.

Dependencies

~0.6–1.1MB
~25K SLoC