DRAFTThis page is not published. Only visible in development mode.
blob Module
Functions for encoding and decoding binary data (blobs) to and from various string formats.
Encoding Functions
Convert between blobs and encoded string representations.
Function Reference
| Function | Description |
|---|---|
| blob::b58 | Encode or decode a blob using Base58 encoding |
| blob::b64 | Encode or decode a blob using Base64 encoding |
| blob::b64url | Encode or decode a blob using URL-safe Base64 encoding |
| blob::hex | Encode or decode a blob using hexadecimal encoding |
| blob::utf8 | Encode or decode a blob as UTF-8 text |
