diff --git a/README.md b/README.md index 8c964cd..7faa4e6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # cvt +[![Build Status](https://travis-ci.org/marmistrz/cvt.svg?branch=master)](https://travis-ci.org/marmistrz/cvt) +[![Docs](https://docs.rs/cvt/badge.svg)](https://docs.rs/cvt) +[![crates-io-badge]][crates-io] + +[crates-io-badge]: https://img.shields.io/badge/crates.io-v0.1.0-orange.svg?longCache=true +[crates-io]: https://crates.io/crates/cvt This package exposes the `cvt` function used extensively by `libstd` to convert platform-specific syscall error codes.