Crate base45[][src]

Expand description

Encoder/decoder for base45 that is fully compatible with draft-faltstrom-base45-02.txt

    let encoded = base45::encode("Hello!!");

Structs

DecodeError

The error type returned when the input is not a valid base45 string

Functions

decode

Decode a string from base45

encode

Encode a string to base45

encode_from_buffer

Encode a buffer to base45