2 releases

0.2.1 Jan 10, 2024
0.2.0 Dec 5, 2023

#2382 in Parser implementations

Download history 7/week @ 2024-01-08 6/week @ 2024-02-19 15/week @ 2024-02-26 38/week @ 2024-03-11 18/week @ 2024-04-01

56 downloads per month

MIT/Apache

96KB
1.5K SLoC

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.

lib.rs:

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

Features

By default, no features are enabled.

Dependencies

~2–14MB
~152K SLoC