added travis build badge

This commit is contained in:
Ty Overby 2014-10-09 22:15:01 -07:00
parent a488b2d956
commit 65a653590a
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Binary Encoder / Decoder
[![Build Status](https://travis-ci.org/TyOverby/binary-encode.svg)](https://travis-ci.org/TyOverby/binary-encode)
A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
The size of the encoded object will be the same or smaller than the size that
the object takes up in memory in a running Rust program.

View File

@ -1,5 +1,7 @@
# Binary Encoder / Decoder
[![Build Status](https://travis-ci.org/TyOverby/binary-encode.svg)](https://travis-ci.org/TyOverby/binary-encode)
A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
The size of the encoded object will be the same or smaller than the size that
the object takes up in memory in a running Rust program.