std::env::consts::OS   
            
                [−]
            
        [src]
pub const OS: &'static str=super::os::OS
A string describing the specific operating system in use: in this
case, linux.
Some possible values:
- linux
 - macos
 - ios
 - freebsd
 - dragonfly
 - bitrig
 - netbsd
 - openbsd
 - android
 - windows