Constant DLL_PREFIX
pub const DLL_PREFIX: &'static str;Expand description
Specifies the filename prefix, if any, used for shared libraries on this platform.
This is either "lib" or an empty string. ("").
pub const DLL_PREFIX: &'static str;Specifies the filename prefix, if any, used for shared libraries on this platform.
This is either "lib" or an empty string. ("").