| Crates.io | lime-rs |
| lib.rs | lime-rs |
| version | 0.1.0 |
| created_at | 2025-08-26 15:56:52.299227+00 |
| updated_at | 2025-08-26 15:56:52.299227+00 |
| description | Parser for LiME file format based on binrw |
| homepage | |
| repository | https://github.com/Marcondiro/lime-rs |
| max_upload_size | |
| id | 1811372 |
| size | 20,845 |
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:
The implementation is built on top of the binrw crate.