Module decode

Source

Enums§

DecodeError
Errors that can occur while decoding.
DecodeSliceError
Errors that can occur while decoding into a slice.

Functions§

decodeDeprecated
Decode base64 using the STANDARD engine.
decode_engineDeprecated
Decode from string reference as octets using the specified Engine.
decode_engine_sliceDeprecated
Decode the input into the provided output slice.
decode_engine_vecDeprecated
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).