proc-tree 0.1.0

Linux process tree: snapshot, incremental maintenance via fork/exec events, ancestry chain queries, PID reuse detection
Documentation
1
2
3
4
5
//! Process info types: PID → process metadata.
//!
//! Re-exports [`ProcInfo`] from [`crate::types`] for backward compatibility.

pub use crate::types::ProcInfo;