Skip to main content

Crate peek_proc_reader

Crate peek_proc_reader 

Source
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;

Modules§

cgroup
current
environ
error
Typed errors for proc-reader so consumers can match on failure modes.
fd
limits
security