Add travis & crates.io badges

Shamelessly copying Serde's style
This commit is contained in:
Alexandre Bury 2016-12-19 16:51:48 +01:00
parent 0395780f25
commit de016ae6ce
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Termion
# Termion [![Build Status](https://travis-ci.org/ticki/termion.svg?branch=master)](https://travis-ci.org/ticki/termion) [![Latest Version](https://img.shields.io/crates/v/termion.svg)](https://crates.io/crates/termion)
[Documentation](https://docs.rs/termion) | [Examples](https://github.com/Ticki/termion/tree/master/examples) | [Changelog](https://github.com/Ticki/termion/tree/master/CHANGELOG.md) | [Tutorial](http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/)
|----|----|----|----
**Termion** is a pure Rust, bindless library for low-level handling, manipulating
and reading information about terminals. This provides a full-featured
alternative to Termbox.