#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

#820 in Filesystem

Download history 309/week @ 2024-07-21 728/week @ 2024-07-28 328/week @ 2024-08-04 311/week @ 2024-08-11 228/week @ 2024-08-18 871/week @ 2024-08-25 438/week @ 2024-09-01 347/week @ 2024-09-08 408/week @ 2024-09-15 384/week @ 2024-09-22 394/week @ 2024-09-29 218/week @ 2024-10-06 273/week @ 2024-10-13 211/week @ 2024-10-20 252/week @ 2024-10-27 266/week @ 2024-11-03

1,026 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