# lime-rs
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](https://github.com/504ensicsLabs/LiME) - Linux Memory Extractor
- [AVML](https://github.com/microsoft/avml) - AVML - Acquire Volatile Memory for Linux
- [LEMON](https://github.com/eurecom-s3/lemon) - eBPF Memory Dump Tool
The implementation is built on top of the [binrw](https://crates.io/crates/binrw) crate.