Constant bundler::built_info::CFG_OS
source ยท pub const CFG_OS: &str = r"linux";
Expand description
The operating system, given by CARGO_CFG_TARGET_OS
.
pub const CFG_OS: &str = r"linux";
The operating system, given by CARGO_CFG_TARGET_OS
.