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 encoding and decoding.
- Base64 encoding and decoding.
- Utility functionality.
Traits
- The ability to decode data.
- The ability to encode binary data.