Expand description
Modules
Low level functions
Functions to work with uninit memory
High level functions returning vector as convenience
Constants
Base64 padding character
Statics
Default character table used by based64
Alternative table URL safe.
Functions
Validates custom character table by requiring user to provide table of specific size
containing only ASCII characters.
Decoding function writing to slice.
Returns number of bytes necessary to decode provided input.
Encoding function writing to slice.
Returns number of bytes necessary to encode input of provided size (including padding).