Available on crate feature
base64 only.Expand description
Defines a FileFormat that wraps data from another format in Base64.
Re-exports§
pub extern crate base64 as original;
Structs§
- Base64
- Takes a
FileFormat, encoding any the contents emitted by the format in Base64 before writing to disk, and decoding contents emitted by the format from Base64 before parsing.