Enums§
- Errors that can occur while decoding.
- Errors that can occur while decoding into a slice.
Functions§
- decode
Deprecated Decode base64 using theSTANDARD
engine. - decode_
engine Deprecated Decode from string reference as octets using the specified Engine. - decode_
engine_ slice Deprecated Decode the input into the provided output slice. - decode_
engine_ vec Deprecated Decode from string reference as octets. - Returns a conservative estimate of the decoded size of
encoded_len
base64 symbols (rounded up to the next group of 3 decoded bytes).