Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 589 Bytes

File metadata and controls

8 lines (6 loc) · 589 Bytes

DaletPack specification for Dalet v1.0-preview

DaletPack is an binary data format for Dalet, that is used for minimizing the size of transmitted data.

  • DaletPack is serialized with serde and bitcode v0.6.6 Page struct from dalet-rs types
  • All apps that supports Dalet must use this format when transmitting data between hosts.
  • All data must be compressed with zstd.
  • Mime type: application/dalet-pack