From 02987a86e4f152f927334c4e6c2e74fe967d4d75 Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Tue, 24 Aug 2021 09:58:41 +0200 Subject: [PATCH] Add links to rustdoc. --- openpgp-card/src/lib.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openpgp-card/src/lib.rs b/openpgp-card/src/lib.rs index 9aa0471..fe28e1a 100644 --- a/openpgp-card/src/lib.rs +++ b/openpgp-card/src/lib.rs @@ -7,8 +7,10 @@ //! card application). //! //! This library aims to offer -//! - access to all features in the OpenPGP card specification, -//! - without relying on a particular OpenPGP implementation. +//! - access to all features in the OpenPGP +//! [card specification](https://gnupg.org/ftp/specs/OpenPGP-smart-card-application-3.4.1.pdf), +//! - without relying on a particular +//! [OpenPGP implementation](https://www.openpgp.org/software/developer/). //! //! This library doesn't itself implement a means to access cards. Instead, //! users need to supply an implementation of the [`CardClient`] trait, for