kpea
CPIO archive reader/writer library. Supports New ASCII, New CRC, Old character, and New binary formats.
Introduction
kpea is a library that offers Archive and Builder types that unpack/pack CPIO archives.
The library is fuzz-tested against GNU cpio.
Adding as a dependency
To import kpea as cpio use the following syntax.
[]
= { = "kpea", = "0.1.0" }
Example
use kpea as cpio; // not needed if you added dependency as `cpio`
use File;
use Error;