pub const EXE_SUFFIX: &str;
Expand description
Specifies the filename suffix, if any, used for executable binaries on this platform.
An example value may be: ".exe"
, or ".efi"
.
The possible values are identical to those of EXE_EXTENSION
, but with the leading period included.