Expand description
A small Rust library for parsing /proc/<pid>/maps
.
Modules§
- error
- Error types for
rsprocmaps
.
Structs§
- Address
Range - 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
Map
s from a reader. - Permissions
- Represents the permissions associated with a map.