bitpacker 0.1.0

Pack numbers tightly. In Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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.