Base64Decoder
Fields of this type
Fields
- char_to_index:[256]u8
- e.g.
- fast_char_to_index:[4][256]u32
- pad_char:?u8
Functions in this namespace
Functions
- calcSizeUpperBound
- Return the maximum possible decoded size for a given input length - The actual length may be less if the input includes padding.
- calcSizeForSlice
- Return the exact decoded size for a slice.
- decode
- dest.len must be what you get from ::calcSize.