std::env::consts::DLL_EXTENSION
[−]
[src]
pub const DLL_EXTENSION: &'static str=
super::os::DLL_EXTENSION
Specifies the file extension used for shared libraries on this
platform that goes after the dot: in this case, so
.
Some possible values:
- so
- dylib
- dll