Module std::os::consts[src]
Statics
pub static ARCH: &'static str = "x86_64" |
|
pub static DLL_EXTENSION: &'static str = "so" |
Specifies the file extension used for shared libraries on this
platform that goes after the dot: in this case, |
pub static DLL_PREFIX: &'static str = "lib" |
Specifies the filename prefix used for shared libraries on this
platform: in this case, |
pub static DLL_SUFFIX: &'static str = ".so" |
Specifies the filename suffix used for shared libraries on this
platform: in this case, |
pub static EXE_EXTENSION: &'static str = "" |
Specifies the file extension, if any, used for executable binaries on this platform: in this case, the empty string. |
pub static EXE_SUFFIX: &'static str = "" |
Specifies the filename suffix used for executable binaries on this platform: in this case, the empty string. |
pub static FAMILY: &'static str = "unix" |
|
pub static SYSNAME: &'static str = "linux" |
A string describing the specific operating system in use: in this
case, |