2 unstable releases

0.5.0 Sep 5, 2023
0.4.0 Aug 28, 2023

#854 in HTTP server

Download history 123/week @ 2024-03-14 217/week @ 2024-03-21 165/week @ 2024-03-28 131/week @ 2024-04-04 241/week @ 2024-04-11 269/week @ 2024-04-18 195/week @ 2024-04-25 254/week @ 2024-05-02 252/week @ 2024-05-09 281/week @ 2024-05-16 202/week @ 2024-05-23 286/week @ 2024-05-30 271/week @ 2024-06-06 292/week @ 2024-06-13 146/week @ 2024-06-20 90/week @ 2024-06-27

861 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
~24K SLoC