Crate rb64

Source
Expand description

Base 64

This crate contains functions to encode and decode Base 64

Macros§

unreachable

Structs§

Base64Encoder
This is a Base 64 Encoder Reader

Functions§

decode
Decode a Base64-encoded string
encode
Encode the given byte array to a Base 64 String

Type Aliases§

Result