#executable #target #path #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

#794 in Filesystem

Download history 465/week @ 2024-01-22 321/week @ 2024-01-29 303/week @ 2024-02-05 502/week @ 2024-02-12 389/week @ 2024-02-19 374/week @ 2024-02-26 511/week @ 2024-03-04 437/week @ 2024-03-11 454/week @ 2024-03-18 548/week @ 2024-03-25 550/week @ 2024-04-01 757/week @ 2024-04-08 713/week @ 2024-04-15 431/week @ 2024-04-22 475/week @ 2024-04-29 319/week @ 2024-05-06

2,023 downloads per month
Used in 13 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