#executable #executable-path #path

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

#746 in Filesystem

Download history 186/week @ 2024-12-21 194/week @ 2024-12-28 371/week @ 2025-01-04 577/week @ 2025-01-11 468/week @ 2025-01-18 345/week @ 2025-01-25 335/week @ 2025-02-01 741/week @ 2025-02-08 377/week @ 2025-02-15 508/week @ 2025-02-22 376/week @ 2025-03-01 2472/week @ 2025-03-08 2274/week @ 2025-03-15 2456/week @ 2025-03-22 2934/week @ 2025-03-29 4914/week @ 2025-04-05

13,072 downloads per month
Used in 17 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