pub const EXE_EXTENSION: &'static str;
Expand description

Specifies the file extension, if any, used for executable binaries on this platform. Example value is exe.

Some possible values:

  • exe
  • "" (an empty string)