proxmox-backup/src/client
Wolfgang Bumiller 3d571d5509 some internal combinator-influenced api cleanup
The download methods used to take the destination by value
and return them again, since this was required when using
combinators before we had `async fn`.
But this is just an ugly left-over now.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-06-12 11:46:42 +02:00
..
backup_reader.rs some internal combinator-influenced api cleanup 2020-06-12 11:46:42 +02:00
backup_repo.rs BACKUP_REPO_URL_REGEX: move to api2::types and allow all valid data store names 2020-05-29 06:29:23 +02:00
backup_specification.rs src/client/backup_specification.rs: split code into extra file 2020-05-30 10:54:38 +02:00
backup_writer.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
http_client.rs some internal combinator-influenced api cleanup 2020-06-12 11:46:42 +02:00
merge_known_chunks.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
pipe_to_stream.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00
pull.rs some internal combinator-influenced api cleanup 2020-06-12 11:46:42 +02:00
pxar_backup_stream.rs turn pxar::flags into bitflags, pxar::Flags 2020-06-10 11:05:53 +02:00
remote_chunk_reader.rs add an AsyncReadChunk trait 2020-06-12 11:38:21 +02:00
task_log.rs switch from failure to anyhow 2020-04-17 18:43:30 +02:00