5 releases
new 0.3.1 | May 1, 2025 |
---|---|
0.3.0 | Apr 28, 2025 |
0.2.2 | Sep 11, 2024 |
0.2.1 | Jan 10, 2024 |
0.2.0 | Dec 5, 2023 |
#475 in Compression
186 downloads per month
115KB
2K
SLoC
This library provides a number of default FileFormat
implementations
for use within singlefile
.
Features
By default, no features are enabled.
bincode
: Enables theBincode
file format.bincode-serde
: Enables theBincodeSerde
file format for use withserde
types.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.bzip-rust
: Enables thelibbz2-rs-sys
feature forbzip2
.flate
: Enables theDeflate
,Gz
, andZLib
compression formats. SeeCompressionFormat
for more info.xz
: Enables theXz
compression format. SeeCompressionFormat
for more info.
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.
Dependencies
~2–12MB
~158K SLoC