2 unstable releases

0.2.0 Sep 5, 2023
0.1.0 Aug 28, 2023

#15 in #openpgp-card

Download history 140/week @ 2024-11-15 194/week @ 2024-11-22 102/week @ 2024-11-29 92/week @ 2024-12-06 91/week @ 2024-12-13 90/week @ 2024-12-20 36/week @ 2024-12-27 48/week @ 2025-01-03 260/week @ 2025-01-10 117/week @ 2025-01-17 77/week @ 2025-01-24 89/week @ 2025-01-31 142/week @ 2025-02-07 85/week @ 2025-02-14 230/week @ 2025-02-21 190/week @ 2025-02-28

669 downloads per month
Used in 14 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

~225–680KB
~16K SLoC