//! `libproc` is a library for getting information about running processes
//! for Mac and Linux.
//!//! Not all methods are available on both Operating Systems yet, but more will
//! be made cross-platform over time.
//!externcrate libc;externcrate errno;pubmodlibproc;