Expand description
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.
Structs§
- Coder
- Coder for a specific alphabet.
Enums§
- Coder
Factory Error - Error type returned by the
Coderfactory methodswith_uniform_alphabetandwith_delimiter. - Decoder
Error - Error type returned by the
decodemethod of theCoder.