singlefile-formats

Crates.iosinglefile-formats
lib.rssinglefile-formats
version0.2.1
sourcesrc
created_at2023-12-05 00:51:07.83981
updated_at2024-01-10 06:42:55.49544
descriptionDefault file format implementations for singlefile.
homepage
repositoryhttps://github.com/ScottyThePilot/singlefile
max_upload_size
id1058241
size20,037
(ScottyThePilot)

documentation

https://docs.rs/singlefile-formats

README

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.
Commit count: 38

cargo fmt