Skip to content

Commit

Permalink
Added travis and coveralls badges
Browse files Browse the repository at this point in the history
  • Loading branch information
bencampion committed Jul 26, 2015
1 parent bb4c34f commit 1abbd69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Bit Wrapper

[![Build Status](https://travis-ci.org/bencampion/bit-wrapper.svg?branch=master)](https://travis-ci.org/bencampion/bit-wrapper) [![Coverage Status](http://coveralls.io/repos/bencampion/bit-wrapper/badge.svg?branch=master&service=github)](http://coveralls.io/github/bencampion/bit-wrapper?branch=master)

Bit wrapper is an declarative framework written in Java for parsing binary data in a `byte[]` or `ByteBuffer`. It uses annotated interfaces to describe the fields in a bitstream and generates implementations of these interfaces at runtime that can be used to access the fields. Bit Wrapper is lazy; it doesn't copy data from the underlying `byte[]` or `ByteBuffer` until it needs to.

* [API documentation](https://bencampion.github.io/bit-wrapper/apidocs/)
Expand Down

0 comments on commit 1abbd69

Please sign in to comment.