base64_decoder
Base64 decoder, replacing the standard +/ with -_ so that it can be used in a file name on any filesystem.
Source
Implementation
pub const base64_decoder = base64.Base64Decoder.init(base64_alphabet, null)Base64 decoder, replacing the standard +/ with -_ so that it can be used in a file name on any filesystem.
Source
pub const base64_decoder = base64.Base64Decoder.init(base64_alphabet, null)