]> git.proxmox.com Git - proxmox-backup.git/blob - src/tape/mod.rs
tape: add tape write trait
[proxmox-backup.git] / src / tape / mod.rs
1 pub mod file_formats;
2
3 mod tape_write;
4 pub use tape_write::*;