Expand description
Low-level parsing of /proc/<PID>/* and sysfs.
Reads fd, environ, cgroup, limits, and related files into raw structs. Does not depend on peek-core; used by peek-core and peekd.
All public APIs return typed ProcReaderError so consumers can match on ProcReaderError::NotFound, ProcReaderError::Io, or ProcReaderError::Parse.
Re-exports§
pub use error::ProcReaderError;pub use error::Result;