proc 0.1.0

A library for accessing Linux process and system information
Documentation
# proc

[![Build
Status](https://travis-ci.org/danburkert/proc-rs.svg)](https://travis-ci.org/danburkert/proc-rs)

A Rust library for reading information from `/proc`, the Linux process
information psuedo-filesystem. `proc` provides a simple interface for inspecting
process and system information on Linux.

## Status

The goal is that `proc` will provide interfaces for all of the files in `/proc`,
currently the following interfaces are provided:

* `statm`
* `status`

## Contributing

Contributions will be gladly accepted for new `/proc` file parsers.  In addition
to parsers, help is needed testing `proc` on uncommon, old, bleeding edge,
containerized, and namespaced kernels. If you find that any of the documentation
is misleading, incomplete, or insufficient, please file an issue!

## License

`proc` is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT) for details.

Copyright (c) 2015 Dan Burkert.