elfpak-core 0.3.3

Core library for elfpak: ELF analysis, loader-faithful resolution, and rootfs planning
Documentation
1
2
3
4
5
6
7
//! Root filesystem materialization backends.

pub mod archive;
pub mod copy;

pub use archive::{TarBuilder, TarReport};
pub use copy::{RootFsBuilder, RootFsReport};