]> git.proxmox.com Git - proxmox-backup.git/commit - src/client.rs
src/catar/decoder.rs: implement real sequential decoder (no Seek)
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Mar 2019 15:55:54 +0000 (16:55 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 8 Mar 2019 15:55:54 +0000 (16:55 +0100)
commite9c9409a99587a8b58e3905150a7b1099bc651fa
treea8cbda42e953e8854dc99e92435a145eb4fa0173
parenteed6db39235aa9a6a5bb1689e9a92e33bdfe1b50
src/catar/decoder.rs: implement real sequential decoder (no Seek)

I copied the old code to src/catar/inspector.rs. Will modify
that later to implement a random access decoder ...
src/bin/catar.rs
src/bin/proxmox-backup-client.rs
src/catar/decoder.rs
src/catar/inspector.rs [new file with mode: 0644]
src/client.rs
src/client/catar_decode_writer.rs [new file with mode: 0644]