[][src]Crate z85

Structs

InvalidInputSizeError

Returned when encode functions gets a Vec with siz isn't multiple of four.

Enums

DecodeError

Errors that can occur while decoding.

Functions

decode

Decode from string reference as octets. Returns a Result containing a Vec.

encode

Encode arbitrary octets as base64. Returns a Result with String. Input size must be multiple of four.