pub fn analyze_source(source: &Source, block_size: u32) -> Result<Analysis>Expand description
Analyze any Source — a filesystem image (optionally a path:N
partition), a plain or compressed tar (streamed, no tempfile), a host
directory, or a layered stack. block_size parameterises the ext
size estimate only.