summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-12-01 10:58:16 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-12-01 10:58:16 +0100
commit6e3cc5e9e95d18ffc180138415c5372d7b514fa8 (patch)
treed3939823799f217c5c838e098ba3c9bcca6563fa /openpgp
parent50234131c7c9ff10689dbb67177b8b068cb28ebb (diff)
openpgp: Don't mention the unreleased sequoia-core.
- Fixes #602.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/README.md11
-rw-r--r--openpgp/src/lib.rs14
2 files changed, 18 insertions, 7 deletions
diff --git a/openpgp/README.md b/openpgp/README.md
index 93a225f2..ac8c6177 100644
--- a/openpgp/README.md
+++ b/openpgp/README.md
@@ -20,8 +20,15 @@ We also try hard to avoid dictating how OpenPGP should be used.
This doesn't mean that we don't have opinions about how OpenPGP
should be used in a number of common scenarios (for instance,
message validation). But, in this crate, we refrain from
-expressing those opinions; we will expose an opinionated, high-level
-interface in the future.
+expressing those opinions; we will expose an opinionated,
+high-level interface in the future. In order to figure out the
+most appropriate high-level interfaces, we look at existing users.
+If you are using Sequoia, please get in contact so that we can
+learn from your use cases, discuss your opinions, and develop a
+high-level interface based on these experiences in the future.
+
+Despite ---or maybe because of--- it's unopinionated nature we found
+it easy to develop opinionated OpenPGP software based on Sequoia.
[RFC 4880]: https://tools.ietf.org/html/rfc4880
[RFC 6637]: https://tools.ietf.org/html/rfc6637
diff --git a/openpgp/src/lib.rs b/openpgp/src/lib.rs
index 8e3dee31..4dc01d06 100644
--- a/openpgp/src/lib.rs
+++ b/openpgp/src/lib.rs
@@ -22,14 +22,18 @@
//! This doesn't mean that we don't have opinions about how OpenPGP
//! should be used in a number of common scenarios (for instance,
//! message validation). But, in this crate, we refrain from
-//! expressing those opinions; we expose an opinionated, high-level
-//! interface in the [sequoia-core] and related crates. In our
-//! opinion, you should generally use those crates instead of this
-//! one.
+//! expressing those opinions; we will expose an opinionated,
+//! high-level interface in the future. In order to figure out the
+//! most appropriate high-level interfaces, we look at existing users.
+//! If you are using Sequoia, please get in contact so that we can
+//! learn from your use cases, discuss your opinions, and develop a
+//! high-level interface based on these experiences in the future.
+//!
+//! Despite ---or maybe because of--- it's unopinionated nature we found
+//! it easy to develop opinionated OpenPGP software based on Sequoia.
//!
//! [RFC 4880]: https://tools.ietf.org/html/rfc4880
//! [RFC 6637]: https://tools.ietf.org/html/rfc6637
-//! [sequoia-core]: ../sequoia_core
//!
//! # Experimental Features
//!