//! `libproc` module provides library methods for getting various types of
//! information about running processes.
//!
//! In the future there will probably be a shorter list of public
//! modules implementing a cleaner and reduced API - built on these
//! methods.
//!
/// Get basic information about processes by PID
/// Get messages from the kernel message buffer
/// Information about Work Queues - very MacOS specific
/// Information about Threads running inside processes
/// Information about Tasks - very MacOS specific
/// BSD specific information - very MacOS specific
/// Information about Process Resource Usage - added in Mac OS X 10.9
/// Information about Files and File Descriptors used by processes
/// Information about Network usage by a process