cargo-which - easy access to the binary path
In .cargo/config.toml:
[alias]
which = ["run", "--quiet", "--config", "target.'cfg(true)'.runner='echo'"]
via https://internals.rust-lang.org/t/easy-way-to-access-the-built-binary/23526/9
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
In .cargo/config.toml:
[alias]
which = ["run", "--quiet", "--config", "target.'cfg(true)'.runner='echo'"]
via https://internals.rust-lang.org/t/easy-way-to-access-the-built-binary/23526/9