A string serializer that reslices bytes into custom chunks of bits that are then mapped to a custom alphabet.
This can be used to create serializers whose alphabet is a power of 2 such as base16 or base64.
Generated using TypeDoc
A string serializer that reslices bytes into custom chunks of bits that are then mapped to a custom alphabet.
This can be used to create serializers whose alphabet is a power of 2 such as base16 or base64.