Module base64

Module base64 

Source
Expand description

Serializing and deserializing Vec<u8> with base64 encoding.

Functionsยง

deserialize
Deserializes Vec<u8> from base64 string.
serialize
Serializes Vec<u8> as base64 string.