Expand description

A very simple tool to print the executable output of cargo build.

Enums

Operational behavior. Represents the approach taken to finding an executable file path.

Constants

Name of the output directory for the Debug profile.

Name of the output directory for the Release profile.

Name of the directory which contains all output directories.

Name of the crate manifest file.

Functions

Given a path to a Cargo.toml crate manifest, read the manifest and attempt to return the names of all executable binaries generated by the project.

If the given Path is a file, return its parent directory. Otherwise, return it unchanged.