proxmox-backup/pbs-client/src
Thomas Lamprecht 71549afa3f cargo: switch from proc-macro pin-project to declarative pin-project-lite
In our simple use cases they both should generate the same code, see
[0] for notable differences. While we cannot drop proc-macro due to
that switch, all of our dependencies that use pinning already use
pin-project-lite, so this allows us to drop a whole crate in general
while not loosing anything.

[0]: https://github.com/taiki-e/pin-project-lite#pin-project-vs-pin-project-lite

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2021-09-22 11:15:40 +02:00
..
pxar move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
tools support new ENV vars to get secret values through a file or a command 2021-07-22 10:09:53 +02:00
backup_reader.rs moved key_derivation.rs from pbs_datastore to pbs-config/src/key_config.rs 2021-09-07 10:12:17 +02:00
backup_repo.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
backup_specification.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
backup_writer.rs moved key_derivation.rs from pbs_datastore to pbs-config/src/key_config.rs 2021-09-07 10:12:17 +02:00
catalog_shell.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
chunk_stream.rs move ChunkStream to pbs-client 2021-07-20 10:52:21 +02:00
dynamic_index.rs move remaining client tools to pbs-tools/datastore 2021-07-21 14:12:24 +02:00
http_client.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
lib.rs move remaining client tools to pbs-tools/datastore 2021-07-21 14:12:24 +02:00
merge_known_chunks.rs cargo: switch from proc-macro pin-project to declarative pin-project-lite 2021-09-22 11:15:40 +02:00
pipe_to_stream.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
pxar_backup_stream.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
remote_chunk_reader.rs moved key_derivation.rs from pbs_datastore to pbs-config/src/key_config.rs 2021-09-07 10:12:17 +02:00
task_log.rs move client to pbs-client subcrate 2021-07-19 12:58:43 +02:00
vsock_client.rs cargo: switch from proc-macro pin-project to declarative pin-project-lite 2021-09-22 11:15:40 +02:00