diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 18:41:07 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 18:41:07 -0400 |
commit | d3dec8d5242efa061cf32fe93ebb49ed2630336c (patch) | |
tree | dce1bcd2cbd17d40044833a42c1500ee59c1da3f /README.md | |
parent | a8dc3abe908a438e23ef6f9394a7cc985c5f1bf6 (diff) | |
download | clint-d3dec8d5242efa061cf32fe93ebb49ed2630336c.tar.gz clint-d3dec8d5242efa061cf32fe93ebb49ed2630336c.zip |
Add travis/docs.rs badges to readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |