Expand description
Provides a number of data formats as [FileFormat]s.
Modulesยง
- base64
base64 - Defines a
FileFormatthat wraps data from another format in Base64. - bincode
bincode - Defines a
FileFormatusing the Bincode binary data format. - cbor_
serde cbor-serde - Defines a
FileFormatusing the CBOR binary data format. - json_
serde json-serde - Defines a
FileFormatusing the JSON data format. - toml_
serde toml-serde - Defines a
FileFormatusing the TOML data format.