process_path 0.1.0

A Rust library to get the path of the currently executing process.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "process_path"
version = "0.1.0"
authors = ["Wesley Wiser <wwiser@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/wesleywiser/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"