aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3c6de5..73b3c7b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# CLosure INTerrupt handlers
+[![Documentation](https://docs.rs/clint/badge.svg)](https://docs.rs/clint)
+[![Testing](https://api.travis-ci.org/repos/bjc/clint.svg?branch=master)](https://travis-ci.org/bjc/clint)
+
This crate allows you to use closures for interrupt handlers in a
heapless, no-std environment.