Crate rsprocmaps

source ·
Expand description

A small Rust library for parsing /proc/<pid>/maps.

Modules

  • Error types for rsprocmaps.

Structs

  • Represents the address range of a map.
  • Represents the device associated with a map.
  • Represents a map, i.e. a region of program memory.
  • A wrapper structure for consuming individual Maps from a reader.
  • Represents the permissions associated with a map.

Enums

  • Represents the variants of the “pathname” field in a map.

Functions

  • Returns an iterable Maps parsed from the given file.
  • Returns an iterable Maps for the given pid.
  • Returns an iterable Maps parsed from the given string.