summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2017-10-16 10:15:57 +0200
committerNeal H. Walfield <neal@gnu.org>2017-10-16 10:15:57 +0200
commit6f28ab1c4a3caae0eaf8650e4611f3ccf3a7f598 (patch)
tree25ca714030e182393dc6dbed527bfc43485e0d54 /src/net
openpgp: Add the start of a parser in nom.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/mod.rs b/src/net/mod.rs
new file mode 100644
index 00000000..3627141b
--- /dev/null
+++ b/src/net/mod.rs
@@ -0,0 +1 @@
+//! For accessing keys over the network.