libproc 0.9.1

A library to get information about running processes - for Mac OS X and Linux
Documentation
//! `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.
//!
extern crate libc;
extern crate errno;

pub mod libproc;