Crates.io | singlefile-formats |
lib.rs | singlefile-formats |
version | 0.2.2 |
source | src |
created_at | 2023-12-05 00:51:07.83981 |
updated_at | 2024-09-11 04:05:21.917597 |
description | Default file format implementations for singlefile. |
homepage | |
repository | https://github.com/ScottyThePilot/singlefile |
max_upload_size | |
id | 1058241 |
size | 20,184 |
This library provides a number of default FileFormat
implementations
for use within singlefile
.
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.