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 
STANDARDengine. - 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_lenbase64 symbols (rounded up to the next group of 3 decoded bytes).