]> git.proxmox.com Git - proxmox-backup.git/commit - proxmox-backup-client/src/main.rs
client: extract common functions to proxmox_client_tools module
authorStefan Reiter <s.reiter@proxmox.com>
Tue, 16 Feb 2021 17:06:57 +0000 (18:06 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 17 Feb 2021 09:13:10 +0000 (10:13 +0100)
commitf1a83e97596a4fb9dfd2ea70036e105a53c9f684
treea13aea1f8d2ce92940dd5f5c0fafe6c82806c298
parent38a81c6b4674e607fa17d6837c8220caa313a210
client: extract common functions to proxmox_client_tools module

...including common schemata, connect(), extract_*() and completion
functions.

For later use with proxmox-file-restore binary.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/bin/proxmox-backup-client.rs
src/bin/proxmox_client_tools/mod.rs [new file with mode: 0644]