executable-path 1.0.0

Get the path of a binary target's executable
Documentation
1
2
3
4
5
6
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.