Crate glassy

Source
Expand description

Quickly encode or decode binary data.

glassy is a library for easily and efficiently encoding and decoding binary data to and from textual representations like Base32 and Base64. It was created for use in implementing the GNU coreutil basenc.

Modules§

base32
Base32 encoding and decoding.
base64
Base64 encoding and decoding.
util
Utility functionality.

Traits§

Decode
The ability to decode data.
Encode
The ability to encode binary data.