vm-info 0.1.0

Inspect Linux virtual memory structure
Documentation
[package]
name = "vm-info"
version = "0.1.0"
authors = ["Marshall Pierce <marshall@mpierce.org>"]
repository = "https://bitbucket.org/marshallpierce/vm-info/overview"
description = "Inspect Linux virtual memory structure"
readme = "README.md"
keywords = ["linux", "vm", "virtual", "memory"]
categories = ["os::unix-apis"]
license-file = "LICENSE.txt"

[dependencies]
libc = "0.2.36"
regex = "0.2.5"
lazy_static = "1.0.0"
byteorder = "1.2.1"