Crate base4
Source - Base4
- Core base4 codec, which can pack upto maximum 64 elements
into a single 128-bit integer.
- Base4Int
- A big integer represented in base-4 across multiple 64-digit blocks.
Internally stores a deque of Base4 blocks, each up to 64 digits long.