summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-10-14 14:40:29 -0500
committerStuart Stock <stuart@int08h.com>2017-10-14 14:40:29 -0500
commite40e69d0f66b7b90afa26fb89bb43c0b1db96a0e (patch)
tree085906a71580b633a3f1cfc07a8aabce1ea17c14 /README.md
parent0e2bcfe77a791b66db0a16fe4ac572f7967ca8ee (diff)
downloadroughenough-e40e69d0f66b7b90afa26fb89bb43c0b1db96a0e.zip
Rust 1.21 lands RFC 1414 enabling clean-up of warts in tag.rs; misc README and docstring updates
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 76c9adb..016aa8a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
-# Roughenough [![Build Status](https://travis-ci.org/int08h/roughenough.svg?branch=master)](https://travis-ci.org/int08h/roughenough)
+# Roughenough
+
+[![Build Status](https://travis-ci.org/int08h/roughenough.svg?branch=master)](https://travis-ci.org/int08h/roughenough)
+
**Roughenough** is a [Roughtime](https://roughtime.googlesource.com/roughtime) secure time
synchronization server implemented in Rust.
-The server is functionally complete: it parses client requests and generates valid Roughtime responses.
-However rough edges and unimplemented features remain, see [Limitations](#limitations) below.
+The server is bare-bones, but functionally complete: it parses client requests and generates valid Roughtime responses.
+*Rough edges and unimplemented features remain*, see [limitations](#limitations) below.
Contributions are welcome.
## Links