Modules
std
fs
has_executable_bit
Constant has_executable_bit
[src]
Source
pub const has_executable_bit = switch (native_os) { .windows, .wasi => false, else => true, }