proc 0.1.0

A library for accessing Linux process and system information
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
byteorder = "0.3"
nom = "0.3"

[package]
authors = ["Dan Burkert <dan@danburkert.com>"]
description = "A library for accessing Linux process and system information"
documentation = "https://danburkert.github.io/proc/proc/index.html"
exclude = [".gitignore", ".travis.yml"]
keywords = ["proc", "process", "system", "Linux"]
license = "MIT/Apache-2.0"
name = "proc"
repository = "https://github.com/danburkert/proc-rs"
version = "0.1.0"