Crate cpio_archive

Source

Re-exports§

pub use newc::NewcHeader;
pub use newc::NewcReader;
pub use odc::OdcBuilder;
pub use odc::OdcHeader;
pub use odc::OdcReader;

Modules§

newc
New ASCII format support.
odc
Portable ASCII format / old character / odc archive support.

Enums§

Error

Traits§

CpioHeader
Common behavior for a header/entry in a cpio archive.
CpioReader
Common interface for cpio archive reading.

Functions§

reader
Construct a new cpio archive reader.

Type Aliases§

ChainedCpioReader
CpioResult
Result type for this crate.