An open API service indexing awesome lists of open source software.

https://github.com/casey/rust-executable-path

Get the path to a binary target's executable
https://github.com/casey/rust-executable-path

Last synced: about 1 year ago
JSON representation

Get the path to a binary target's executable

Awesome Lists containing this project

README

          

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.