chelovek0v / bbase64 / Base64.Encode

The Encode module enables you to encode strings and raw bytes.

Encoders


type Encoder

A type that knows how to encode certain data into a Base64 string.

string : String -> Encoder

String Encoder.

bytes : Bytes -> Encoder

Bytes Encoder.

Encoding

encode : Encoder -> String

Turns an Encoder into a Base64 string.