Constant std::env::consts::EXE_EXTENSION

1.0.0 · source ·
pub const EXE_EXTENSION: &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)