summaryrefslogtreecommitdiffstats
path: root/openpgp/examples/statistics.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-10-16 13:35:52 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-10-16 16:24:39 +0200
commit09664cf092f19648c8d2a14ff1b76d418ed0a42f (patch)
tree10e033490a44326f1b3eed6168ab0e92f16500dd /openpgp/examples/statistics.rs
parent28adb38e2b31dcb0f7dfc0101b14f058da2dff4b (diff)
openpgp: Improve examples.
- Fixes #112.
Diffstat (limited to 'openpgp/examples/statistics.rs')
-rw-r--r--openpgp/examples/statistics.rs3
1 files changed, 2 insertions, 1 deletions
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: