std::env::consts

Constant DLL_EXTENSION

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

Specifies the file extension used for shared libraries on this platform that goes after the dot. Example value is so.

Some possible values:

  • so
  • dylib
  • dll