Modules§
Structs§
Functions§
- compress_
final - compress_
first - decode
- Decode the given string as base62 text according to Polytrack’s base62 implementation.
Returns
Noneif any character isn’t valid for base62 encoded text. - decompress
- encode
- Encode the given byte buffer into base62 encoded text according to Polytrack’s base62 implementation.
Returns
Noneif something failed in the process. - hash_
vec