# bitpacker [![Build Status](https://travis-ci.org/jstasiak/bitpacker.svg?branch=master)](https://travis-ci.org/jstasiak/bitpacker) [![Coverage Status](https://coveralls.io/repos/github/jstasiak/bitpacker/badge.svg?branch=master)](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.