# bitpacker
[](https://travis-ci.org/jstasiak/bitpacker)
[](https://coveralls.io/github/jstasiak/bitpacker?branch=master)
Pack numbers tightly. In Rust.
## What is this?
I heard about this fun exercise of packing numbers tightly using as few bits as
possible for fun and profit, so I decided to see what's all that about.
This is a purely exploratory/learning project and literally nothing should be
expected of it.