summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-06 16:30:57 -0500
committerStuart Stock <stuart@int08h.com>2017-07-06 16:30:57 -0500
commit98ffe07183704e6f89c80cdf52492ecdf1957113 (patch)
tree5cc7800b4e1ca42d8f232701517fa257f4dc4eef /src/lib.rs
parentfb5add30fd83656132e1bdb72e45c5fecc4c1558 (diff)
downloadroughenough-98ffe07183704e6f89c80cdf52492ecdf1957113.zip
add top-level doc ref for server
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2c4bd26..cae0d5e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -16,6 +16,10 @@
//! An implementation of the [Roughtime](https://roughtime.googlesource.com/roughtime)
//! secure time synchronization protocol.
//!
+//! This documentation is for working with Roughtime protocol details. Docs for the
+//! **server** [are here](../server/index.html).
+//!
+
extern crate byteorder;
mod error;