diff options
author | Yamakaky <yamakaky@gmail.com> | 2016-03-12 09:46:38 +0100 |
---|---|---|
committer | Yamakaky <yamakaky@gmail.com> | 2016-03-12 09:46:38 +0100 |
commit | 81000a0e3ed48af17b9137e141aa451693ed5bb8 (patch) | |
tree | 460eacd98964c13eae1d4a70697fd567f90485ed | |
parent | 659ef989d7ac332bd1d4be193f6b38fb4718f24b (diff) | |
parent | 873add4858c4eb8d75d144b943359c613f5305bd (diff) |
Merge pull request #289 from bsteinb/shields
Add shields to README.md.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,6 @@ rust-bindgen ============ +![][crates-version-shield] ![][crates-downloads-shield] ![][crates-license-shield] ![][travis-status-shield] A binding generator for the rust language. It is ported from [clay's bindgen][]. @@ -121,4 +122,8 @@ TODO * bitfield accessors [clay's bindgen]: https://github.com/jckarter/clay/blob/master/tools/bindgen.clay +[crates-version-shield]: https://img.shields.io/crates/v/bindgen.svg?style=flat-square +[crates-downloads-shield]: https://img.shields.io/crates/d/bindgen.svg?style=flat-square +[crates-license-shield]: https://img.shields.io/crates/l/bindgen.svg?style=flat-square +[travis-status-shield]: https://img.shields.io/travis/crabtw/rust-bindgen.svg?label=travis&style=flat-square [issue 89]: https://github.com/crabtw/rust-bindgen/issues/89 |