2 unstable releases

0.2.0 Sep 5, 2023
0.1.0 Aug 28, 2023

#14 in #openpgp-card

Download history 61/week @ 2024-07-22 249/week @ 2024-07-29 67/week @ 2024-08-05 109/week @ 2024-08-12 93/week @ 2024-08-19 378/week @ 2024-08-26 122/week @ 2024-09-02 109/week @ 2024-09-09 265/week @ 2024-09-16 159/week @ 2024-09-23 74/week @ 2024-09-30 47/week @ 2024-10-07 245/week @ 2024-10-14 199/week @ 2024-10-21 57/week @ 2024-10-28 126/week @ 2024-11-04

629 downloads per month
Used in 16 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

~245–700KB
~16K SLoC