⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

is_gzip

Function is_gzip 

Source
pub fn is_gzip(data: &[u8]) -> bool
Expand description

Gzip detection: check for gzip magic bytes (0x1f, 0x8b).