Skip to content

Commit 885716f

Browse files
authored
Add badges to README.md
1 parent c703245 commit 885716f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# cvt
2+
[![Build Status](https://travis-ci.org/marmistrz/cvt.svg?branch=master)](https://travis-ci.org/marmistrz/cvt)
3+
[![Docs](https://docs.rs/cvt/badge.svg)](https://docs.rs/cvt)
4+
[![crates-io-badge]][crates-io]
5+
6+
[crates-io-badge]: https://img.shields.io/badge/crates.io-v0.1.0-orange.svg?longCache=true
7+
[crates-io]: https://crates.io/crates/cvt
28

39
This package exposes the `cvt` function used extensively by `libstd` to
410
convert platform-specific syscall error codes.

0 commit comments

Comments
 (0)