Skip to main content

Crate binarytext

Crate binarytext 

Source
Expand description

This crate provides different encoders and some of their variants, like Base64 or Base32. All of them implement the trait BinaryText in the module binarytext and share a common interface.

Furthermore error types can be found in the mod error. Functions for handling encoding / decoding of byte streams from a source to a destination, e.g. input string to decoded to stdout, are provided in the module stream.

Modulesยง

base16
base32
base36
base45
base64
base85
binarytext
error
stream