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.