Module encoding

Source
Expand description

Encoding and decoding support for various formats that represent binary data as text data.

Structsยง

Base64Format ๐Ÿ”’
PostgreSQL-style Base64 encoding.
EscapeFormat ๐Ÿ”’
HexFormat ๐Ÿ”’

Traitsยง

Format
An encoding format.

Functionsยง

lookup_format