From 7b3152a88e459f434ccb2851df1691fe810e7c72 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 24 May 2022 16:15:57 +0200 Subject: [PATCH] Add a note that the openpgp-card-sequoia API is an early draft (and subject to change). --- openpgp-card-sequoia/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openpgp-card-sequoia/README.md b/openpgp-card-sequoia/README.md index c4b1289..e5b2d2b 100644 --- a/openpgp-card-sequoia/README.md +++ b/openpgp-card-sequoia/README.md @@ -12,6 +12,8 @@ It offers convenient access to [OpenPGP card](https://en.wikipedia.org/wiki/OpenPGP_card) functionality using [Sequoia PGP](https://sequoia-pgp.org/). +Note: the current API of this crate is an early draft, reflected by version numbers in the 0.0.x range. + **Example code** The program `main.rs` performs a number of functions on an OpenPGP card.