#binary-executable #integration-tests #target #path

dev executable-path

Get the path of a binary target's executable

3 releases (stable)

Uses old Rust 2015

1.0.1 Jan 20, 2026
1.0.0 Nov 30, 2017
0.0.0 Nov 30, 2017

#251 in Filesystem

Download history 993/week @ 2025-11-09 1047/week @ 2025-11-16 1121/week @ 2025-11-23 804/week @ 2025-11-30 1336/week @ 2025-12-07 974/week @ 2025-12-14 609/week @ 2025-12-21 699/week @ 2025-12-28 614/week @ 2026-01-04 520/week @ 2026-01-11 1346/week @ 2026-01-18 1301/week @ 2026-01-25 2546/week @ 2026-02-01 2158/week @ 2026-02-08 3526/week @ 2026-02-15 3884/week @ 2026-02-22

12,313 downloads per month
Used in 18 crates

CC0 license

5KB

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