process_path
process_path copied to clipboard
A Rust library to get the path of the currently executing process
``` Compiling process_path v0.1.4 error[E0433]: failed to resolve: use of undeclared crate or module `os` --> /home/builder/.cargo/registry/src/github.com-1ecc6299db9ec823/process_path-0.1.4/src/lib.rs:58:5 | 58 | os::get_executable_path() | ^^ use of undeclared crate or module `os`...
Hello, I'm having build failure with process_path-0.1.4.crate on FreeBSD 13.1-RELEASE-p2 arm64 arch and the program that uses this dependency is lapce: ``` Compiling process_path v0.1.4 Running `CARGO=/usr/local/bin/cargo CARGO_CRATE_NAME=process_path CARGO_MANIFEST_DIR=/wrkdirs/usr/ports/editors/lapce/work/lapce-0.2.0/cargo-crates/process_path-0.1.4 CARGO_PKG_AUTHORS='Wesley...
- Bumps [actions/checkout](https://github.com/actions/checkout) to v3. - Stops using actions-rs. actions-rs has been unmaintained for almost three years, and is going to stop working. Instead of actions-rs/toolchain, uses [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain). It is...
Support iOS target. This can be implemented in the same way as MacOS target.
After some research, I found out that OpenBSD developers don't provide a reliable API to retrieve the full path of the executable file used to load the current process, and...