Module ruma_common::serde::base64
source · [−]Expand description
Transparent base64 encoding / decoding as part of (de)serialization.
Structs
A wrapper around B
(usually Vec<u8>
) that (de)serializes from / to a base64 string.
An error that occurred while decoding a base64 string.
Standard base64 character set without padding.
Url-safe base64 character set without padding.
Traits
Config used for the Base64
type.