3 releases
0.0.3 | Jan 14, 2024 |
---|---|
0.0.2 | Dec 30, 2023 |
0.0.1 | Dec 24, 2023 |
#2417 in Encoding
73KB
1K
SLoC
glassy
: 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
.
License
Copyright (c) 2023 Arav K. 0vyx0seoadu0o3s0@bal-e.org
Available under the terms of the MIT license - see the LICENSE
file.
lib.rs
:
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
.