aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5d3207..4cee4b6 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
# STAtic Ring Buffers
-This is a ring buffer implementation suitable for use in `no-std`
-environments.
+[![Documentation](https://docs.rs/starb/badge.svg)](https://docs.rs/starb)
+[![Testing](https://travis-ci.org/bjc/badge.svg?branch=master)](https://travis-ci.org/bjc/starb)
+
+This is a simple ring-buffer structure that lives on the stack, rather
+than the heap, so that it can be used in `no-std` environments, such
+as embedded.