Module data

Module data 

Source
Expand description

Provides a number of data formats as FileFormats.

Modulesยง

base64base64
Defines a FileFormat that wraps data from another format in Base64.
bincodebincode
Defines a FileFormat using the Bincode binary data format.
cbor_serdecbor-serde
Defines a FileFormat using the CBOR binary data format.
json_serdejson-serde
Defines a FileFormat using the JSON data format.
toml_serdetoml-serde
Defines a FileFormat using the TOML data format.