2 unstable releases

0.2.0 Sep 5, 2023
0.1.0 Aug 28, 2023

#13 in #openpgp-card

Download history 129/week @ 2024-03-14 229/week @ 2024-03-21 190/week @ 2024-03-28 145/week @ 2024-04-04 258/week @ 2024-04-11 281/week @ 2024-04-18 208/week @ 2024-04-25 267/week @ 2024-05-02 267/week @ 2024-05-09 299/week @ 2024-05-16 223/week @ 2024-05-23 304/week @ 2024-05-30 282/week @ 2024-06-06 306/week @ 2024-06-13 157/week @ 2024-06-20 94/week @ 2024-06-27

908 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

~285–740KB
~17K SLoC