summaryrefslogtreecommitdiffstats
path: root/openpgp/src/constants.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-11 14:39:22 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-11 14:39:22 +0200
commit25b9ad3c448ff28dfad8bf8bedcaefdcc6c5495f (patch)
tree13dd2080ebc7123ee1af445607a05666f54baf77 /openpgp/src/constants.rs
parent3c29d2fdc7fa884b57267eda4077ddf60564e267 (diff)
openpgp: Do not re-export *Algorithm in the root.
Diffstat (limited to 'openpgp/src/constants.rs')
-rw-r--r--openpgp/src/constants.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpgp/src/constants.rs b/openpgp/src/constants.rs
index 91b467c4..5b706369 100644
--- a/openpgp/src/constants.rs
+++ b/openpgp/src/constants.rs
@@ -1,3 +1,8 @@
+//! Constants used in OpenPGP.
+//!
+//! This module defines enumerations describing algorithms used in
+//! OpenPGP.
+
use std::fmt;
use std::str::FromStr;
use std::result;