v2p 0.1.0

Translate virtual to physical addresses
Documentation
[package]
name = "v2p"
version = "0.1.0"
authors = ["Josh Abraham <sinisterpatrician@gmail.com>"]
edition = "2018"
description = "Translate virtual to physical addresses"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2.58"
byteorder = "1.3.1"