From de016ae6ce41489beb888ba86333ddb14d2de6ad Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Mon, 19 Dec 2016 16:51:48 +0100 Subject: [PATCH] Add travis & crates.io badges Shamelessly copying Serde's style --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1c6646..a9e0860 100644 --- a/README.md +++ b/README.md @@ -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.