Constant base64_encoder [src]

Base64 encoder, replacing the standard +/ with -_ so that it can be used in a file name on any filesystem.

Source

pub const base64_encoder = base64.Base64Encoder.init(base64_alphabet, null)