1 unstable release
0.1.0 | Jul 24, 2019 |
---|
#1466 in Encoding
8KB
146 lines
bitpacker
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.