Base4
A simple and portable rust library for representing and manipulating large lists of base-4 integers packed into 128-bit blocks of bit-ints. It provides two main types:
- Base4 : A fixed size buffer which can pack upto 64 base-4 integers into 128-bit block.
- Base4Int: A dynamic sized buffer which can recursively store as many base-4 integers allowing arbitrary length base-4 numbers.
Installation
[]
= { = "0.1.0" }
Then start using it in your project:
use Base4Int;
License
This crate can be freely distributed under both licenses MIT or Apache-2.0.