2 unstable releases

0.2.0 Sep 5, 2023
0.1.0 Aug 28, 2023

#15 in #openpgp-card

Download history 141/week @ 2024-06-23 91/week @ 2024-06-30 75/week @ 2024-07-07 97/week @ 2024-07-14 72/week @ 2024-07-21 212/week @ 2024-07-28 101/week @ 2024-08-04 103/week @ 2024-08-11 68/week @ 2024-08-18 379/week @ 2024-08-25 152/week @ 2024-09-01 114/week @ 2024-09-08 253/week @ 2024-09-15 156/week @ 2024-09-22 92/week @ 2024-09-29 47/week @ 2024-10-06

564 downloads per month
Used in 17 crates (6 directly)

MIT/Apache

9KB
114 lines

Backend trait for Smart Card crates

This crate defines the CardBackend and CardTransactions traits.

The initial target for this abstraction layer was the openpgp-card set of client libraries for OpenPGP card. This trait offers an implementation-agnostic means to access cards.


lib.rs:

A thin abstraction layer for accessing smart cards, including, but not limited to, openpgp-card devices.

Dependencies

~250–700KB
~16K SLoC