std::env::consts

Constant DLL_PREFIX

1.0.0 ยท source
pub const DLL_PREFIX: &str;
Expand description

Specifies the filename prefix used for shared libraries on this platform. Example value is lib.

Some possible values:

  • lib
  • "" (an empty string)