diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T11·59+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-16T11·59+0200 |
commit | 773d6eec9dc5d2a20e50b18d2f428fa0919310b6 (patch) | |
tree | 86ccddf55899da83add83785e2aa7d648ffc0f27 /README.md | |
parent | 8ea424f5337c4cce5822b494db6123d4a690cd29 (diff) |
docs(README): Add Travis-CI & crates.io badges
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index de112e1010db..af7920b138e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ posix_mq ======== +[![Build Status](https://travis-ci.org/aprilabank/posix_mq.rs.svg?branch=master)](https://travis-ci.org/aprilabank/posix_mq.rs) +[![crates.io](https://img.shields.io/crates/v/posix_mq.svg)](https://crates.io/crates/posix_mq) + This is a simple, relatively high-level library for the POSIX [message queue API][]. It wraps the lower-level API in a simpler interface with more robust error handling. |