pub fn parse_proc_status(content: &str) -> Result<ProcStatus, CoreError>Expand description
Parse the contents of a /proc/<pid>/status file.
pub fn parse_proc_status(content: &str) -> Result<ProcStatus, CoreError>Parse the contents of a /proc/<pid>/status file.