process_path 0.1.1

A Rust library to get the path of the currently executing process.
Documentation
[package]
name = "process_path"
version = "0.1.1"
authors = ["Wesley Wiser <wwiser@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/wesleywiser/process_path"
documentation = "https://docs.rs/process_path"
readme = "README.md"
description = "A Rust library to get the path of the currently executing process."
keywords = ["current", "process", "executable"]

[dependencies]
libc = "0.2"
winapi = "0.2"
kernel32-sys = "0.2"