process_path 0.1.3

Gets the path of the currently executing process or dynamic library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Wesley Wiser <wwiser@gmail.com>", "Moritz Moeller <virtualritz@protonmail.com"]
description = "Gets the path of the currently executing process or dynamic library."
documentation = "https://docs.rs/process_path"
edition = "2018"
keywords = ["current", "process", "executable", "dylib", "dll"]
license = "MIT/Apache-2.0"
name = "process_path"
readme = "README.md"
repository = "https://github.com/wesleywiser/process_path"
version = "0.1.3"
[target."cfg(any(target_os=\"linux\", target_os=\"freebsd\", target_os=\"dragonfly\", target_os=\"netbsd\", target_os=\"macos\"))".dependencies.libc]
version = "0.2.81"
[target."cfg(windows)".dependencies.winapi]
features = ["errhandlingapi", "libloaderapi", "minwindef", "winerror"]
version = "0.3.9"