std::os::consts::DLL_SUFFIXExperimental
[-]
[+]
[src]
pub const DLL_SUFFIX: &'static str=
".so"
Specifies the filename suffix used for shared libraries on this
platform: in this case, .so
.