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
- New ASCII format support.
- Portable ASCII format / old character / odc archive support.
Enums
Traits
- Common behavior for a header/entry in a cpio archive.
- Common interface for cpio archive reading.
Functions
- Construct a new cpio archive reader.
Type Aliases
- Result type for this crate.