Enums§
- Errors that can occur while decoding.
- Errors that can occur while decoding into a slice.
Functions§
- decodeDeprecatedDecode base64 using the
STANDARD
engine. - decode_engineDeprecatedDecode from string reference as octets using the specified Engine.
- decode_engine_sliceDeprecatedDecode the input into the provided output slice.
- decode_engine_vecDeprecatedDecode 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).