mirror of
git://git.proxmox.com/git/pxar.git
synced 2024-12-21 17:33:52 +03:00
d3447d0149
Introduces the header type `PXAR_PAYLOAD_REF` to mark regular file entry payloads, not encoded within the regular pxar archive but rather redirected to a dedicated payload output writer. It therefore substitutes the `PXAR_PAYLOAD` header type for these entries. The header marks the start and size for a `PayloadRef` typed object in the archive, storing the offset to the payload header offset in the payload stream of the dedicated payload output as well as the payload size. The `PayloadRef` provides the means to store, serialize and deserialize the entry. Signed-off-by: Christian Ebner <c.ebner@proxmox.com> |
||
---|---|---|
.cargo | ||
debian | ||
examples | ||
src | ||
tests | ||
.buildbot.yml | ||
.gitignore | ||
Cargo.toml | ||
Makefile | ||
rustfmt.toml | ||
TODO.rst |