Function cpio::write_cpio [] [src]

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

Creates a new CPIO archive.