3 releases

0.2.2 Sep 11, 2024
0.2.1 Jan 10, 2024
0.2.0 Dec 5, 2023

#2320 in Parser implementations

Download history 176/week @ 2024-09-10 15/week @ 2024-09-17 41/week @ 2024-09-24 49/week @ 2024-10-01 5/week @ 2024-10-08

127 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–11MB
~139K SLoC