Enums§
- Decode
Error - Errors that can occur while decoding.
- Decode
Slice Error - Errors that can occur while decoding into a slice.
Functions§
- decode
Deprecated - Decode base64 using the
STANDARD
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.
- decoded_
len_ estimate - Returns a conservative estimate of the decoded size of
encoded_len
base64 symbols (rounded up to the next group of 3 decoded bytes).