Module vec_base64string
Expand description
Serialize into and deserialize from a sequence of base64string.
Functionsยง
- Deserialize array into
Vec<Vec<u8>>
- Serialize from
Vec<T>
intoVec<base64string>
Serialize into and deserialize from a sequence of base64string.
Vec<Vec<u8>>
Vec<T>
into Vec<base64string>