From 09664cf092f19648c8d2a14ff1b76d418ed0a42f Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 16 Oct 2018 13:35:52 +0200 Subject: openpgp: Improve examples. - Fixes #112. --- openpgp/examples/statistics.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openpgp/examples/statistics.rs') diff --git a/openpgp/examples/statistics.rs b/openpgp/examples/statistics.rs index 1e52bd6d..df1611de 100644 --- a/openpgp/examples/statistics.rs +++ b/openpgp/examples/statistics.rs @@ -1,4 +1,5 @@ -/// This program collects statistics about e.g. the SKS packet dump. +/// Collects statistics about the SKS packet dump using the openpgp +/// crate, Sequoia's low-level API. /// /// Note that to achieve reasonable performance, you need to compile /// Sequoia and this program with optimizations: -- cgit v1.2.3