https://github.com/casey/rust-executable-path
Get the path to a binary target's executable
https://github.com/casey/rust-executable-path
Last synced: about 1 year ago
JSON representation
Get the path to a binary target's executable
- Host: GitHub
- URL: https://github.com/casey/rust-executable-path
- Owner: casey
- License: cc0-1.0
- Created: 2017-11-30T17:25:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T08:04:32.000Z (over 4 years ago)
- Last Synced: 2025-05-08T00:53:55.989Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rust-executable-path
====================
This library provides a single function, `executable_path`, which takes the name of a binary target and returns the path to the target's executable.
It is useful for integration tests where you wish to invoke an executable.