File: README.md

package info (click to toggle)
rust-executable-path 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 92 kB
  • sloc: makefile: 4
file content (6 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
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.