DLL_PREFIX in std::env::consts - Rust (original) (raw)
Constant DLL_PREFIX
1.0.0 ยท Source
pub const DLL_PREFIX: &str;
Expand description
Specifies the filename prefix, if any, used for shared libraries on this platform. This is either "lib"
or an empty string. (""
).