pub const EXE_SUFFIX: &str;
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.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/env/consts/constant.EXE_SUFFIX.html