executable-path

Crates.ioexecutable-path
lib.rsexecutable-path
version1.0.1
created_at2017-11-30 17:41:11.766518+00
updated_at2026-01-20 21:15:26.078507+00
descriptionGet the path of a binary target's executable
homepagehttps://github.com/casey/rust-executable-path
repository
max_upload_size
id41141
size9,358
Casey Rodarmor (casey)

documentation

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.

Commit count: 0

cargo fmt