singlefile-formats 0.2.1

Default file format implementations for singlefile.
Documentation

SingleFile Formats

Crate Documentation

This library provides a number of default FileFormat implementations for use within singlefile.

Features

By default, no features are enabled.

  • cbor-serde: Enables the Cbor file format for use with serde types.
  • json-serde: Enables the Json file format for use with serde types.
  • toml-serde: Enables the Toml file format for use with serde types.
  • bzip: Enables the BZip2 compression format.
  • flate: Enables the Deflate, Gz, and ZLib compression formats.
  • xz: Enables the Xz compression format.