Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 268 Bytes

File metadata and controls

6 lines (4 loc) · 268 Bytes

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.