This crate provides Rust structures for parsing LiME (Linux Memory Extractor) dump files. The LiME dump format is widely used by memory acquisition tools including:
- LiME - Linux Memory Extractor
- AVML - AVML - Acquire Volatile Memory for Linux
- LEMON - eBPF Memory Dump Tool
The implementation is built on top of the binrw crate.