pub fn write_cpio<I, RS, W>(inputs: I, output: W) -> Result<W> where
    I: Iterator<Item = (NewcBuilder, RS)> + Sized,
    RS: Read + Seek,
    W: Write
Expand description

Creates a new CPIO archive.