Add travis & crates.io badges
Shamelessly copying Serde's style
This commit is contained in:
parent
0395780f25
commit
de016ae6ce
|
@ -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/)
|
[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
|
**Termion** is a pure Rust, bindless library for low-level handling, manipulating
|
||||||
and reading information about terminals. This provides a full-featured
|
and reading information about terminals. This provides a full-featured
|
||||||
alternative to Termbox.
|
alternative to Termbox.
|
||||||
|
|
Loading…
Reference in New Issue