get_exe_extension

Function get_exe_extension 

Source
pub fn get_exe_extension() -> &'static str
Expand description

Get the platform-specific executable extension

Returns “.exe” on Windows, empty string on other platforms.