devela::_dep::_std::env::consts

Constant DLL_EXTENSION

1.0.0 ยท Source
pub const DLL_EXTENSION: &'static str;
Available on crate feature std only.
Expand description

Specifies the file extension, if any, used for shared libraries on this platform that goes after the dot. An example value may be: "so", "elf", or "dll".

Full list of possible values
  • "so"
  • "dylib"
  • "dll"
  • "sgxs"
  • "a"
  • "elf"
  • "wasm"
  • "" (an empty string)