2 releases (1 stable)
Uses old Rust 2015
1.0.0 | Nov 30, 2017 |
---|---|
0.0.0 | Nov 30, 2017 |
#772 in Filesystem
1,260 downloads per month
Used in 15 crates
4KB
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.