add tools/cpio encoding module

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
This commit is contained in:
Stefan Reiter
2021-03-31 12:21:55 +02:00
committed by Thomas Lamprecht
parent d32a8652bd
commit a5bdc987dc
2 changed files with 74 additions and 0 deletions

View File

@ -23,6 +23,7 @@ pub mod async_io;
pub mod borrow;
pub mod cert;
pub mod compression;
pub mod cpio;
pub mod daemon;
pub mod disks;
pub mod format;