summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-10-21 16:41:51 -0500
committerStuart Stock <stuart@int08h.com>2018-10-21 16:41:51 -0500
commit608e43e4843fef6081ce3cac2186e0291b73e0cb (patch)
tree10750fa59c0b4c2cefaca9bc73b6c004e923a210 /src/lib.rs
parent44e6212e3480d2f3b15f30434abc892adcf3836f (diff)
downloadroughenough-608e43e4843fef6081ce3cac2186e0291b73e0cb.zip
Docstring updates and misc cleanups
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 25d4730..614dd90 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -47,8 +47,12 @@
//!
//! # Server
//!
-//! The Roughtime server implementation is in `src/bin/server.rs`. The server has multiple
-//! ways it can be configured, see [`ServerConfig`](config/trait.ServerConfig.html) for details.
+//! The core Roughtime server implementation is in `src/server.rs` and the server's CLI can
+//! be found in `src/bin/roughenough-server.rs`.
+//!
+//! The server has multiple ways it can be configured,
+//! see [`ServerConfig`](config/trait.ServerConfig.html) for the configuration trait and
+//!
//!
extern crate base64;