Crate rsprocmaps

Source
Expand description

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

Modules§

error
Error types for rsprocmaps.

Structs§

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

Enums§

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

Functions§

from_path
Returns an iterable Maps parsed from the given file.
from_pid
Returns an iterable Maps for the given pid.
from_str
Returns an iterable Maps parsed from the given string.