| Crates.io | bitpacker |
| lib.rs | bitpacker |
| version | 0.1.0 |
| created_at | 2019-07-24 20:38:52.67651+00 |
| updated_at | 2019-07-24 20:38:52.67651+00 |
| description | Pack numbers tightly. In Rust. |
| homepage | |
| repository | https://github.com/jstasiak/bitpacker |
| max_upload_size | |
| id | 151436 |
| size | 8,709 |
Pack numbers tightly. In Rust.
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.