added travis build badge
This commit is contained in:
parent
a488b2d956
commit
65a653590a
|
|
@ -1,5 +1,7 @@
|
|||
# Binary Encoder / Decoder
|
||||
|
||||
[](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.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Binary Encoder / Decoder
|
||||
|
||||
[](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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue