parse_proc_maps-0.1.8 is not a library.
Visit the last successful build:
parse_proc_maps-0.1.4
proc_maps_parser
lightweight library for fast parsing of Linux /proc/[pid]/maps files
let contents = read_to_string.unwrap;
let maps = new.;
// ...