2 unstable releases

0.2.0 Sep 5, 2023
0.1.0 Aug 28, 2023

#1565 in Rust patterns

Download history 34/week @ 2024-01-06 48/week @ 2024-01-13 23/week @ 2024-01-20 25/week @ 2024-01-27 6/week @ 2024-02-03 167/week @ 2024-02-10 62/week @ 2024-02-17 48/week @ 2024-02-24 81/week @ 2024-03-02 105/week @ 2024-03-09 173/week @ 2024-03-16 222/week @ 2024-03-23 156/week @ 2024-03-30 143/week @ 2024-04-06 309/week @ 2024-04-13 275/week @ 2024-04-20

895 downloads per month
Used in 13 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

~325–790KB
~19K SLoC