⚠️ VeridianOS Kernel Documentation
- This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise.
no_std
is_gzip
veridian_
kernel
0.25.2
In veridian_
kernel::
virt::
containers
veridian_kernel
::
virt
::
containers
Function
is_gzip
Copy item path
Source
pub fn is_gzip(data: &[u8]) -> bool
Expand description
Gzip detection: check for gzip magic bytes (0x1f, 0x8b).