Rust procmaps - retrieve memory maps for a given process

A library for retrieving information about memory mappings for Unix processes.

To install, add this line to your Cargo.toml:

toml [dependencies] procmaps = "0.1.0"