Skip to main content

detect_format

Function detect_format 

Source
pub fn detect_format(data: &[u8]) -> Option<ArchiveFormat>
Expand description

Detect archive format by magic bytes.

Returns None if the format is unrecognised.