This repository provides the following Rust crates for data-encoding:
data-encoding
library provides common and custom encodings, like
hexadecimal, base32, and base64. See the documentation for more information.data-encoding-macro
library provides compile-time facilities. See the
documentation for more information.data-encoding-bin
binary is a command-line tool to define and use
encodings. See the binary for more information.