proxmox-backup/src/tape
Lukas Wagner 680a083f1c tools: move ParallelHandler to new proxmox-parallel-handler crate
The also extraced proxmox-disks crate requires the ParallelHandler
helper, so we need to extract it as well.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Reviewed-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
Tested-by: Arthur Bied-Charreton <a.bied-charreton@proxmox.com>
Link: https://lore.proxmox.com/20260319094617.169594-13-l.wagner@proxmox.com
2026-04-22 21:09:25 +02:00
..
changer tape: remove unused parens 2025-10-30 12:24:33 +01:00
drive add basic multiarch support to resulting package and executable locations 2026-01-21 22:22:17 +01:00
file_formats clippy: elide more lifetimes 2024-12-02 11:34:05 +01:00
pool_writer tools: move ParallelHandler to new proxmox-parallel-handler crate 2026-04-22 21:09:25 +02:00
test fix typos in comments 2024-08-07 16:49:31 +02:00
encryption_keys.rs replace get(key).is_some() with contains_key() 2024-06-28 09:20:56 +02:00
inventory.rs clippy: do not clone_on_copy 2026-04-16 12:35:22 +02:00
media_catalog_cache.rs tape: replace '&Path' with 'AsRef<Path>' in function parameters 2022-10-20 13:22:39 +02:00
media_catalog.rs clippy: inline variables into format strings 2025-10-30 13:31:24 +01:00
media_pool.rs tape: save 'bytes used' in tape inventory 2024-05-14 10:07:57 +02:00
media_set.rs fix #5229: tape: remove max sequence number limit 2024-02-12 14:05:14 +01:00
mod.rs tape: forbid operations on a s3 datastore 2025-07-23 20:34:57 +02:00