alpm_mtree::utils

Constant GZIP_MAGIC_NUMBER

Source
pub const GZIP_MAGIC_NUMBER: [u8; 2];
Expand description

Two magic bytes that occur at the beginning of gzip files and can be used to detect whether a file is gzip compressed. Spec: https://datatracker.ietf.org/doc/html/rfc1952#page-6