3 releases
0.2.2 | Sep 11, 2024 |
---|---|
0.2.1 | Jan 10, 2024 |
0.2.0 | Dec 5, 2023 |
#2320 in Parser implementations
127 downloads per month
96KB
1.5K
SLoC
SingleFile Formats
This library provides a number of default FileFormat
implementations
for use within singlefile
.
Features
By default, no features are enabled.
cbor-serde
: Enables theCbor
file format for use withserde
types.json-serde
: Enables theJson
file format for use withserde
types.toml-serde
: Enables theToml
file format for use withserde
types.bzip
: Enables theBZip2
compression format.flate
: Enables theDeflate
,Gz
, andZLib
compression formats.xz
: Enables theXz
compression format.
lib.rs
:
This library provides a number of default FileFormat
implementations
for use within singlefile
.
Features
By default, no features are enabled.
cbor-serde
: Enables theCbor
file format for use withserde
types.json-serde
: Enables theJson
file format for use withserde
types.toml-serde
: Enables theToml
file format for use withserde
types.bzip
: Enables theBZip2
compression format. SeeCompressionFormat
for more info.flate
: Enables theDeflate
,Gz
, andZLib
compression formats. SeeCompressionFormat
for more info.xz
: Enables theXz
compression format. SeeCompressionFormat
for more info.
Dependencies
~2–11MB
~139K SLoC