std::env::consts::EXE_EXTENSION
[−]
[src]
pub const EXE_EXTENSION: &'static str=
super::os::EXE_EXTENSION
Specifies the file extension, if any, used for executable binaries on this platform: in this case, the empty string.
Some possible values:
- exe
""
(an empty string)