#executable #path #target #binary

dev executable-path

Get the path of a binary target's executable

2 releases (1 stable)

Uses old Rust 2015

1.0.0 Nov 30, 2017
0.0.0 Nov 30, 2017

#772 in Filesystem

Download history 229/week @ 2024-07-03 412/week @ 2024-07-10 349/week @ 2024-07-17 308/week @ 2024-07-24 723/week @ 2024-07-31 372/week @ 2024-08-07 257/week @ 2024-08-14 609/week @ 2024-08-21 592/week @ 2024-08-28 368/week @ 2024-09-04 463/week @ 2024-09-11 302/week @ 2024-09-18 438/week @ 2024-09-25 292/week @ 2024-10-02 219/week @ 2024-10-09 251/week @ 2024-10-16

1,260 downloads per month
Used in 15 crates

CC0 license

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.

No runtime deps