Skip to main content

Module lzo

Module lzo 

Source
Expand description

LZO1X-1 decompression for Linux kernel zram pages.

Thin wrapper around the [lzo1x] crate, exposing a forensics-oriented API. The Linux kernel stores the expected decompressed size in the zram slot header, so callers always know the output size in advance.

Enums§

LzoError
Errors that can occur during LZO1X decompression.

Functions§

decompress
Decompress LZO1X-1 compressed data into dst.