1 unstable release
0.0.1 | Jan 18, 2019 |
---|
#6 in #coder
12KB
243 lines
Encode and decode data with arbitrary bases. This coder supports multicharacter symbols, which allows bases greater than 256.
Symbols in the alphabet must have a uniform length or the encoded data must separate symbols with a delimiter character.
Currently only u128
is supported as a data type.
Dependencies
~460KB