#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

#967 in Filesystem

Download history 405/week @ 2023-11-26 338/week @ 2023-12-03 293/week @ 2023-12-10 563/week @ 2023-12-17 771/week @ 2023-12-24 508/week @ 2023-12-31 603/week @ 2024-01-07 383/week @ 2024-01-14 474/week @ 2024-01-21 339/week @ 2024-01-28 269/week @ 2024-02-04 488/week @ 2024-02-11 430/week @ 2024-02-18 360/week @ 2024-02-25 458/week @ 2024-03-03 333/week @ 2024-03-10

1,639 downloads per month
Used in 12 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